#558AB5

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

Shades of Danube #558AB5

Tints of Danube #558AB5

Color information

#558AB5 (or 0x558AB5) is unknown color: approx Danube. HEX triplet: 55, 8A and B5. RGB value is (85,138,181). Sum of RGB (Red+Green+Blue) = 85+138+181=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 181 - color contains mainly: blue. Hex color #558AB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558AB5 is #AA754A. Grayscale: #7E7E7E. Windows color (decimal): -11171147 or 11897429. OLE color: 11897429.

HSL color Cylindrical-coordinate representation of color #558AB5: hue angle of 206.88º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #558AB5 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB85138181-
CMYK0.530.2400.29
HSL206.88º39.34%52.16%-
HSV(B)206.88º53.04%70.98%-
XYZ21.1823.4447.13-
YUV127.06158.4498-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.04%
GREEN value IS 138 (54.30% from 255) = 34.16%
BLUE value IS 181 (71.09% from 255) = 44.80%
R=21.04%
G=34.16%
B=44.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851381810.530.2400.29206.8839.3452.16
Hex558AB5351801Dcf2734
Octal12521226565300353174764
Binary101010110001010101101011101011100001110111001111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,138,181); }

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

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

 a { background-color: rgb(85,138,181); }

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

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

 span { border-color: rgb(85,138,181); }

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