Shades of Hippie Blue #558B99
Tints of Hippie Blue #558B99
RGB
CMYK
RGB Variations
Color information
#558B99 (or 0x558B99) is known color: Hippie Blue. HEX triplet: 55, 8B and 99. RGB value is (85,139,153). Sum of RGB (Red+Green+Blue) = 85+139+153=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #558B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558B99 is #AA7466. Grayscale: #7C7C7C. Windows color (decimal): -11170919 or 10062677. OLE color: 10062677.
HSL color Cylindrical-coordinate representation of color #558B99: hue angle of 192.35º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #558B99 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 139 | 153 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.4 |
| HSL | 192.35º | 0.29% | 0.47% | - |
| HSV(B) | 192.35º | 0.44% | 0.6% | - |
| XYZ | 18.73 | 22.7 | 33.53 | - |
| YUV | 124.45 | 144.11 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 153 | 0.44 | 0.09 | 0 | 0.4 | 192.35 | 0.29 | 0.47 |
| Hex | 55 | 8B | 99 | 2C | 9 | 0 | 28 | C0 | 1D | 2F |
| Octal | 125 | 213 | 231 | 54 | 11 | 0 | 50 | 300 | 35 | 57 |
| Binary | 1010101 | 10001011 | 10011001 | 101100 | 1001 | 0 | 101000 | 11000000 | 11101 | 101111 |
Color Harmonies of #558B99
Complementary color
Monochromatic Colors of #558B99
Black with #558B99
Text Example
Text Example
White with #558B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558B99; }
p { color: rgb(85,139,153); }
H1.HeaderClassName
{
color: #558B99;
}
.AnyTagClassName
{
color: #558B99;
}
</style>
background-color css
<style>
a { background-color: #558B99; }
a { background-color: rgb(85,139,153); }
div.DivClassName
{
background-color: #558B99;
}
.BgClassName
{
background-color: #558B99;
}
</style>
border-color css
<style>
span { border-color: #558B99; }
span { border-color: rgb(85,139,153); }
td.TdClassName
{
border-color: #558B99;
}
.TagClassName
{
border-color: #558B99;
}
</style>