#558FD1

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

Shades of Danube #558FD1

Tints of Danube #558FD1

Color information

#558FD1 (or 0x558FD1) is unknown color: approx Danube. HEX triplet: 55, 8F and D1. RGB value is (85,143,209). Sum of RGB (Red+Green+Blue) = 85+143+209=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 209 (82.03% from 255 or 47.83% from 437); Max value from RGB is 209 - color contains mainly: blue. Hex color #558FD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FD1 is #AA702E. Grayscale: #848484. Windows color (decimal): -11169839 or 13733717. OLE color: 13733717.

HSL color Cylindrical-coordinate representation of color #558FD1: hue angle of 211.94º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #558FD1 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB85143209-
CMYK0.590.3200.18
HSL211.94º57.41%57.65%-
HSV(B)211.94º59.33%81.96%-
XYZ25.0826.1864.05-
YUV133.18170.7893.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.45%
GREEN value IS 143 (56.25% from 255) = 32.72%
BLUE value IS 209 (82.03% from 255) = 47.83%
R=19.45%
G=32.72%
B=47.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal851432090.590.3200.18211.9457.4157.65
Hex558FD13B20012d4393a
Octal12521732173400223247172
Binary1010101100011111101000111101110000001001011010100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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