#568ED2

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

Shades of Danube #568ED2

Tints of Danube #568ED2

Color information

#568ED2 (or 0x568ED2) is unknown color: approx Danube. HEX triplet: 56, 8E and D2. RGB value is (86,142,210). Sum of RGB (Red+Green+Blue) = 86+142+210=438 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.63% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 210 (82.42% from 255 or 47.95% from 438); Max value from RGB is 210 - color contains mainly: blue. Hex color #568ED2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568ED2 is #A9712D. Grayscale: #848484. Windows color (decimal): -11104558 or 13798998. OLE color: 13798998.

HSL color Cylindrical-coordinate representation of color #568ED2: hue angle of 212.9º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #568ED2 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB86142210-
CMYK0.590.3200.18
HSL212.9º57.94%58.04%-
HSV(B)212.9º59.05%82.35%-
XYZ25.1425.9864.66-
YUV133.01171.4594.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.63%
GREEN value IS 142 (55.86% from 255) = 32.42%
BLUE value IS 210 (82.42% from 255) = 47.95%
R=19.63%
G=32.42%
B=47.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal861422100.590.3200.18212.957.9458.04
Hex568ED23B20012d53a3a
Octal12621632273400223257272
Binary1010110100011101101001011101110000001001011010101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,142,210); }

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

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

 a { background-color: rgb(86,142,210); }

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

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

 span { border-color: rgb(86,142,210); }

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