#578AC0

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

Shades of Danube #578AC0

Tints of Danube #578AC0

Color information

#578AC0 (or 0x578AC0) is unknown color: approx Danube. HEX triplet: 57, 8A and C0. RGB value is (87,138,192). Sum of RGB (Red+Green+Blue) = 87+138+192=417 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.86% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 192 - color contains mainly: blue. Hex color #578AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578AC0 is #A8753F. Grayscale: #808080. Windows color (decimal): -11040064 or 12618327. OLE color: 12618327.

HSL color Cylindrical-coordinate representation of color #578AC0: hue angle of 210.86º 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 #578AC0 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB87138192-
CMYK0.550.2800.25
HSL210.86º45.45%54.71%-
HSV(B)210.86º54.69%75.29%-
XYZ22.5324.0153.32-
YUV128.91163.698.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.86%
GREEN value IS 138 (54.30% from 255) = 33.09%
BLUE value IS 192 (75.39% from 255) = 46.04%
R=20.86%
G=33.09%
B=46.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871381920.550.2800.25210.8645.4554.71
Hex578AC0371C019d32d37
Octal12721230067340313235567
Binary101011110001010110000001101111110001100111010011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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