#578BBD

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

Shades of Danube #578BBD

Tints of Danube #578BBD

Color information

#578BBD (or 0x578BBD) is unknown color: approx Danube. HEX triplet: 57, 8B and BD. RGB value is (87,139,189). Sum of RGB (Red+Green+Blue) = 87+139+189=415 (54% of max value = 765). Red value is 87 (34.38% from 255 or 20.96% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #578BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578BBD is #A87442. Grayscale: #808080. Windows color (decimal): -11039811 or 12421975. OLE color: 12421975.

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

Color convert

RGB87139189-
CMYK0.540.2600.26
HSL209.41º43.59%54.12%-
HSV(B)209.41º53.97%74.12%-
XYZ22.3524.1751.63-
YUV129.15161.7797.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.96%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 189 (74.22% from 255) = 45.54%
R=20.96%
G=33.49%
B=45.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871391890.540.2600.26209.4143.5954.12
Hex578BBD361A01Ad12c36
Octal12721327566320323215466
Binary101011110001011101111011101101101001101011010001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,139,189); }

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

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

 a { background-color: rgb(87,139,189); }

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

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

 span { border-color: rgb(87,139,189); }

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