#558DBD

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

Shades of Danube #558DBD

Tints of Danube #558DBD

Color information

#558DBD (or 0x558DBD) is unknown color: approx Danube. HEX triplet: 55, 8D and BD. RGB value is (85,141,189). Sum of RGB (Red+Green+Blue) = 85+141+189=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #558DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558DBD is #AA7242. Grayscale: #818181. Windows color (decimal): -11170371 or 12422485. OLE color: 12422485.

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

Color convert

RGB85141189-
CMYK0.550.2500.26
HSL207.69º44.07%53.73%-
HSV(B)207.69º55.03%74.12%-
XYZ22.4624.6651.72-
YUV129.73161.4596.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.48%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 189 (74.22% from 255) = 45.54%
R=20.48%
G=33.98%
B=45.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851411890.550.2500.26207.6944.0753.73
Hex558DBD371901Ad02c36
Octal12521527567310323205466
Binary101010110001101101111011101111100101101011010000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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