#578ABF

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

Shades of Danube #578ABF

Tints of Danube #578ABF

Color information

#578ABF (or 0x578ABF) is unknown color: approx Danube. HEX triplet: 57, 8A and BF. RGB value is (87,138,191). Sum of RGB (Red+Green+Blue) = 87+138+191=416 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.91% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #578ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578ABF is #A87540. Grayscale: #808080. Windows color (decimal): -11040065 or 12552791. OLE color: 12552791.

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

Color convert

RGB87138191-
CMYK0.540.2800.25
HSL210.58º44.83%54.51%-
HSV(B)210.58º54.45%74.9%-
XYZ22.4223.9652.73-
YUV128.79163.198.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.91%
GREEN value IS 138 (54.30% from 255) = 33.17%
BLUE value IS 191 (75% from 255) = 45.91%
R=20.91%
G=33.17%
B=45.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871381910.540.2800.25210.5844.8354.51
Hex578ABF361C019d32d37
Octal12721227766340313235567
Binary101011110001010101111111101101110001100111010011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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