#568ECA

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

Shades of Danube #568ECA

Tints of Danube #568ECA

Color information

#568ECA (or 0x568ECA) is unknown color: approx Danube. HEX triplet: 56, 8E and CA. RGB value is (86,142,202). Sum of RGB (Red+Green+Blue) = 86+142+202=430 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #568ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568ECA is #A97135. Grayscale: #838383. Windows color (decimal): -11104566 or 13274710. OLE color: 13274710.

HSL color Cylindrical-coordinate representation of color #568ECA: hue angle of 211.03º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #568ECA is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB86142202-
CMYK0.570.3000.21
HSL211.03º52.25%56.47%-
HSV(B)211.03º57.43%79.22%-
XYZ24.1725.5959.54-
YUV132.1167.4595.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20%
GREEN value IS 142 (55.86% from 255) = 33.02%
BLUE value IS 202 (79.30% from 255) = 46.98%
R=20%
G=33.02%
B=46.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal861422020.570.3000.21211.0352.2556.47
Hex568ECA391E015d33438
Octal12621631271360253236470
Binary101011010001110110010101110011111001010111010011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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