#578ABB

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

Shades of Danube #578ABB

Tints of Danube #578ABB

Color information

#578ABB (or 0x578ABB) is unknown color: approx Danube. HEX triplet: 57, 8A and BB. RGB value is (87,138,187). Sum of RGB (Red+Green+Blue) = 87+138+187=412 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.12% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #578ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578ABB is #A87544. Grayscale: #808080. Windows color (decimal): -11040069 or 12290647. OLE color: 12290647.

HSL color Cylindrical-coordinate representation of color #578ABB: hue angle of 209.4º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #578ABB is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB87138187-
CMYK0.530.2600.27
HSL209.4º42.37%53.73%-
HSV(B)209.4º53.48%73.33%-
XYZ21.9923.7950.45-
YUV128.34161.198.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.12%
GREEN value IS 138 (54.30% from 255) = 33.50%
BLUE value IS 187 (73.44% from 255) = 45.39%
R=21.12%
G=33.50%
B=45.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871381870.530.2600.27209.442.3753.73
Hex578ABB351A01Bd12a36
Octal12721227365320333215266
Binary101011110001010101110111101011101001101111010001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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