#578DCF

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

Shades of Danube #578DCF

Tints of Danube #578DCF

Color information

#578DCF (or 0x578DCF) is unknown color: approx Danube. HEX triplet: 57, 8D and CF. RGB value is (87,141,207). Sum of RGB (Red+Green+Blue) = 87+141+207=435 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #578DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578DCF is #A87230. Grayscale: #848484. Windows color (decimal): -11039281 or 13602135. OLE color: 13602135.

HSL color Cylindrical-coordinate representation of color #578DCF: hue angle of 213º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #578DCF is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB87141207-
CMYK0.580.3200.19
HSL213º55.56%57.65%-
HSV(B)213º57.97%81.18%-
XYZ24.7225.5862.67-
YUV132.38170.1195.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20%
GREEN value IS 141 (55.47% from 255) = 32.41%
BLUE value IS 207 (81.25% from 255) = 47.59%
R=20%
G=32.41%
B=47.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal871412070.580.3200.1921355.5657.65
Hex578DCF3A20013d5383a
Octal12721531772400233257072
Binary1010111100011011100111111101010000001001111010101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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