#568CBD

Color #568CBD Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #568CBD

Tints of Danube #568CBD

Color information

#568CBD (or 0x568CBD) is unknown color: approx Danube. HEX triplet: 56, 8C and BD. RGB value is (86,140,189). Sum of RGB (Red+Green+Blue) = 86+140+189=415 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.72% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #568CBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568CBD is #A97342. Grayscale: #818181. Windows color (decimal): -11105091 or 12422230. OLE color: 12422230.

HSL color Cylindrical-coordinate representation of color #568CBD: hue angle of 208.54º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #568CBD is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB86140189-
CMYK0.540.2600.26
HSL208.54º43.83%53.92%-
HSV(B)208.54º54.5%74.12%-
XYZ22.424.4151.67-
YUV129.44161.6197.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 20.72%
GREEN value IS 140 (55.08% from 255) = 33.73%
BLUE value IS 189 (74.22% from 255) = 45.54%
R=20.72%
G=33.73%
B=45.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal861401890.540.2600.26208.5443.8353.92
Hex568CBD361A01Ad12c36
Octal12621427566320323215466
Binary101011010001100101111011101101101001101011010001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568CBD; }

 p { color: rgb(86,140,189); }

 H1.HeaderClassName
 {
   color: #568CBD;
 }
 .AnyTagClassName
 {
   color: #568CBD;
 }
</style>
background-color css

<style>
 a { background-color: #568CBD; }

 a { background-color: rgb(86,140,189); }

 div.DivClassName
 {
   background-color: #568CBD;
 }
 .BgClassName
 {
   background-color: #568CBD;
 }
</style>
border-color css

<style>
 span { border-color: #568CBD; }

 span { border-color: rgb(86,140,189); }

 td.TdClassName
 {
   border-color: #568CBD;
 }
 .TagClassName
 {
   border-color: #568CBD;
 }
</style>