Shades of Hippie Blue #558C9A
Tints of Hippie Blue #558C9A
RGB
CMYK
RGB Variations
Color information
#558C9A (or 0x558C9A) is known color: Hippie Blue. HEX triplet: 55, 8C and 9A. RGB value is (85,140,154). Sum of RGB (Red+Green+Blue) = 85+140+154=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 154 - color contains mainly: blue. Hex color #558C9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558C9A is #AA7365. Grayscale: #7D7D7D. Windows color (decimal): -11170662 or 10128469. OLE color: 10128469.
HSL color Cylindrical-coordinate representation of color #558C9A: hue angle of 192.17º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #558C9A is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 140 | 154 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.40 |
| HSL | 192.17º | 0.29% | 0.47% | - |
| HSV(B) | 192.17º | 0.45% | 0.6% | - |
| XYZ | 18.96 | 23.02 | 34.02 | - |
| YUV | 125.15 | 144.28 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 154 | 0.45 | 0.09 | 0 | 0.40 | 192.17 | 0.29 | 0.47 |
| Hex | 55 | 8C | 9A | 2D | 9 | 0 | 28 | C0 | 1D | 2F |
| Octal | 125 | 214 | 232 | 55 | 11 | 0 | 50 | 300 | 35 | 57 |
| Binary | 1010101 | 10001100 | 10011010 | 101101 | 1001 | 0 | 101000 | 11000000 | 11101 | 101111 |
Color Harmonies of #558C9A
Complementary color
Monochromatic Colors of #558C9A
Black with #558C9A
Text Example
Text Example
White with #558C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558C9A; }
p { color: rgb(85,140,154); }
H1.HeaderClassName
{
color: #558C9A;
}
.AnyTagClassName
{
color: #558C9A;
}
</style>
background-color css
<style>
a { background-color: #558C9A; }
a { background-color: rgb(85,140,154); }
div.DivClassName
{
background-color: #558C9A;
}
.BgClassName
{
background-color: #558C9A;
}
</style>
border-color css
<style>
span { border-color: #558C9A; }
span { border-color: rgb(85,140,154); }
td.TdClassName
{
border-color: #558C9A;
}
.TagClassName
{
border-color: #558C9A;
}
</style>