#578DCD

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

Shades of Danube #578DCD

Tints of Danube #578DCD

Color information

#578DCD (or 0x578DCD) is unknown color: approx Danube. HEX triplet: 57, 8D and CD. RGB value is (87,141,205). Sum of RGB (Red+Green+Blue) = 87+141+205=433 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.09% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #578DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578DCD is #A87232. Grayscale: #838383. Windows color (decimal): -11039283 or 13471063. OLE color: 13471063.

HSL color Cylindrical-coordinate representation of color #578DCD: hue angle of 212.54º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #578DCD is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB87141205-
CMYK0.580.3100.20
HSL212.54º54.13%57.25%-
HSV(B)212.54º57.56%80.39%-
XYZ24.4725.4861.39-
YUV132.15169.1195.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.09%
GREEN value IS 141 (55.47% from 255) = 32.56%
BLUE value IS 205 (80.47% from 255) = 47.34%
R=20.09%
G=32.56%
B=47.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal871412050.580.3100.20212.5454.1357.25
Hex578DCD3A1F014d53639
Octal12721531572370243256671
Binary101011110001101110011011110101111101010011010101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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