#578CC0

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

Shades of Danube #578CC0

Tints of Danube #578CC0

Color information

#578CC0 (or 0x578CC0) is unknown color: approx Danube. HEX triplet: 57, 8C and C0. RGB value is (87,140,192). Sum of RGB (Red+Green+Blue) = 87+140+192=419 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.76% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #578CC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578CC0 is #A8733F. Grayscale: #818181. Windows color (decimal): -11039552 or 12618839. OLE color: 12618839.

HSL color Cylindrical-coordinate representation of color #578CC0: hue angle of 209.71º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #578CC0 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB87140192-
CMYK0.550.2700.25
HSL209.71º45.45%54.71%-
HSV(B)209.71º54.69%75.29%-
XYZ22.8224.5953.41-
YUV130.08162.9497.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.76%
GREEN value IS 140 (55.08% from 255) = 33.41%
BLUE value IS 192 (75.39% from 255) = 45.82%
R=20.76%
G=33.41%
B=45.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871401920.550.2700.25209.7145.4554.71
Hex578CC0371B019d22d37
Octal12721430067330313225567
Binary101011110001100110000001101111101101100111010010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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