#568ECF

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

Shades of Danube #568ECF

Tints of Danube #568ECF

Color information

#568ECF (or 0x568ECF) is unknown color: approx Danube. HEX triplet: 56, 8E and CF. RGB value is (86,142,207). Sum of RGB (Red+Green+Blue) = 86+142+207=435 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.77% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #568ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568ECF is #A97130. Grayscale: #848484. Windows color (decimal): -11104561 or 13602390. OLE color: 13602390.

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

Color convert

RGB86142207-
CMYK0.580.3100.19
HSL212.23º55.76%57.45%-
HSV(B)212.23º58.45%81.18%-
XYZ24.7725.8362.71-
YUV132.67169.9594.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.77%
GREEN value IS 142 (55.86% from 255) = 32.64%
BLUE value IS 207 (81.25% from 255) = 47.59%
R=19.77%
G=32.64%
B=47.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal861422070.580.3100.19212.2355.7657.45
Hex568ECF3A1F013d43839
Octal12621631772370233247071
Binary101011010001110110011111110101111101001111010100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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