#558DBF

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

Shades of Danube #558DBF

Tints of Danube #558DBF

Color information

#558DBF (or 0x558DBF) is unknown color: approx Danube. HEX triplet: 55, 8D and BF. RGB value is (85,141,191). Sum of RGB (Red+Green+Blue) = 85+141+191=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #558DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558DBF is #AA7240. Grayscale: #818181. Windows color (decimal): -11170369 or 12553557. OLE color: 12553557.

HSL color Cylindrical-coordinate representation of color #558DBF: hue angle of 208.3º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #558DBF is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB85141191-
CMYK0.550.2600.25
HSL208.3º45.3%54.12%-
HSV(B)208.3º55.5%74.9%-
XYZ22.6824.7452.87-
YUV129.96162.4595.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.38%
GREEN value IS 141 (55.47% from 255) = 33.81%
BLUE value IS 191 (75% from 255) = 45.80%
R=20.38%
G=33.81%
B=45.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851411910.550.2600.25208.345.354.12
Hex558DBF371A019d02d36
Octal12521527767320313205566
Binary101010110001101101111111101111101001100111010000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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