#578DBD

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

Shades of Danube #578DBD

Tints of Danube #578DBD

Color information

#578DBD (or 0x578DBD) is unknown color: approx Danube. HEX triplet: 57, 8D and BD. RGB value is (87,141,189). Sum of RGB (Red+Green+Blue) = 87+141+189=417 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.86% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #578DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578DBD is #A87242. Grayscale: #828282. Windows color (decimal): -11039299 or 12422487. OLE color: 12422487.

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

Color convert

RGB87141189-
CMYK0.540.2500.26
HSL208.24º43.59%54.12%-
HSV(B)208.24º53.97%74.12%-
XYZ22.6424.7551.73-
YUV130.33161.1197.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.86%
GREEN value IS 141 (55.47% from 255) = 33.81%
BLUE value IS 189 (74.22% from 255) = 45.32%
R=20.86%
G=33.81%
B=45.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871411890.540.2500.26208.2443.5954.12
Hex578DBD361901Ad02c36
Octal12721527566310323205466
Binary101011110001101101111011101101100101101011010000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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