#558FCD

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

Shades of Danube #558FCD

Tints of Danube #558FCD

Color information

#558FCD (or 0x558FCD) is unknown color: approx Danube. HEX triplet: 55, 8F and CD. RGB value is (85,143,205). Sum of RGB (Red+Green+Blue) = 85+143+205=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 143 (56.25% from 255 or 33.03% 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 #558FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FCD is #AA7032. Grayscale: #848484. Windows color (decimal): -11169843 or 13471573. OLE color: 13471573.

HSL color Cylindrical-coordinate representation of color #558FCD: hue angle of 211º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #558FCD is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB85143205-
CMYK0.590.3000.20
HSL211º54.55%56.86%-
HSV(B)211º58.54%80.39%-
XYZ24.5925.9861.48-
YUV132.73168.7893.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.63%
GREEN value IS 143 (56.25% from 255) = 33.03%
BLUE value IS 205 (80.47% from 255) = 47.34%
R=19.63%
G=33.03%
B=47.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851432050.590.3000.2021154.5556.86
Hex558FCD3B1E014d33739
Octal12521731573360243236771
Binary101010110001111110011011110111111001010011010011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558FCD; }

 p { color: rgb(85,143,205); }

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

<style>
 a { background-color: #558FCD; }

 a { background-color: rgb(85,143,205); }

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

<style>
 span { border-color: #558FCD; }

 span { border-color: rgb(85,143,205); }

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