#578CCA

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

Shades of Danube #578CCA

Tints of Danube #578CCA

Color information

#578CCA (or 0x578CCA) is unknown color: approx Danube. HEX triplet: 57, 8C and CA. RGB value is (87,140,202). Sum of RGB (Red+Green+Blue) = 87+140+202=429 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.28% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #578CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578CCA is #A87335. Grayscale: #828282. Windows color (decimal): -11039542 or 13274199. OLE color: 13274199.

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

Color convert

RGB87140202-
CMYK0.570.3100.21
HSL212.35º52.04%56.67%-
HSV(B)212.35º56.93%79.22%-
XYZ23.9725.0559.45-
YUV131.22167.9496.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.28%
GREEN value IS 140 (55.08% from 255) = 32.63%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=20.28%
G=32.63%
B=47.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal871402020.570.3100.21212.3552.0456.67
Hex578CCA391F015d43439
Octal12721431271370253246471
Binary101011110001100110010101110011111101010111010100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578CCA; }

 p { color: rgb(87,140,202); }

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

<style>
 a { background-color: #578CCA; }

 a { background-color: rgb(87,140,202); }

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

<style>
 span { border-color: #578CCA; }

 span { border-color: rgb(87,140,202); }

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