#558EBB

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

Shades of Danube #558EBB

Tints of Danube #558EBB

Color information

#558EBB (or 0x558EBB) is unknown color: approx Danube. HEX triplet: 55, 8E and BB. RGB value is (85,142,187). Sum of RGB (Red+Green+Blue) = 85+142+187=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #558EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558EBB is #AA7144. Grayscale: #818181. Windows color (decimal): -11170117 or 12291669. OLE color: 12291669.

HSL color Cylindrical-coordinate representation of color #558EBB: hue angle of 206.47º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #558EBB is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB85142187-
CMYK0.550.2400.27
HSL206.47º42.86%53.33%-
HSV(B)206.47º54.55%73.33%-
XYZ22.3924.8750.63-
YUV130.09160.1295.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.53%
GREEN value IS 142 (55.86% from 255) = 34.30%
BLUE value IS 187 (73.44% from 255) = 45.17%
R=20.53%
G=34.30%
B=45.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851421870.550.2400.27206.4742.8653.33
Hex558EBB371801Bce2b35
Octal12521627367300333165365
Binary101010110001110101110111101111100001101111001110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,142,187); }

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

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

 a { background-color: rgb(85,142,187); }

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

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

 span { border-color: rgb(85,142,187); }

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