#578DBF

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

Shades of Danube #578DBF

Tints of Danube #578DBF

Color information

#578DBF (or 0x578DBF) is unknown color: approx Danube. HEX triplet: 57, 8D and BF. RGB value is (87,141,191). Sum of RGB (Red+Green+Blue) = 87+141+191=419 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.76% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #578DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578DBF is #A87240. Grayscale: #828282. Windows color (decimal): -11039297 or 12553559. OLE color: 12553559.

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

Color convert

RGB87141191-
CMYK0.540.2600.25
HSL208.85º44.83%54.51%-
HSV(B)208.85º54.45%74.9%-
XYZ22.8624.8452.88-
YUV130.55162.1196.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.76%
GREEN value IS 141 (55.47% from 255) = 33.65%
BLUE value IS 191 (75% from 255) = 45.58%
R=20.76%
G=33.65%
B=45.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871411910.540.2600.25208.8544.8354.51
Hex578DBF361A019d12d37
Octal12721527766320313215567
Binary101011110001101101111111101101101001100111010001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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