#568ECD

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

Shades of Danube #568ECD

Tints of Danube #568ECD

Color information

#568ECD (or 0x568ECD) is unknown color: approx Danube. HEX triplet: 56, 8E and CD. RGB value is (86,142,205). Sum of RGB (Red+Green+Blue) = 86+142+205=433 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.86% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #568ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568ECD is #A97132. Grayscale: #848484. Windows color (decimal): -11104563 or 13471318. OLE color: 13471318.

HSL color Cylindrical-coordinate representation of color #568ECD: hue angle of 211.76º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #568ECD is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB86142205-
CMYK0.580.3100.20
HSL211.76º54.34%57.06%-
HSV(B)211.76º58.05%80.39%-
XYZ24.5325.7361.43-
YUV132.44168.9594.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.86%
GREEN value IS 142 (55.86% from 255) = 32.79%
BLUE value IS 205 (80.47% from 255) = 47.34%
R=19.86%
G=32.79%
B=47.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal861422050.580.3100.20211.7654.3457.06
Hex568ECD3A1F014d43639
Octal12621631572370243246671
Binary101011010001110110011011110101111101010011010100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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