Shades of Hippie Blue #558495
Tints of Hippie Blue #558495
RGB
CMYK
RGB Variations
Color information
#558495 (or 0x558495) is known color: Hippie Blue. HEX triplet: 55, 84 and 95. RGB value is (85,132,149). Sum of RGB (Red+Green+Blue) = 85+132+149=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #558495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558495 is #AA7B6A. Grayscale: #777777. Windows color (decimal): -11172715 or 9798741. OLE color: 9798741.
HSL color Cylindrical-coordinate representation of color #558495: hue angle of 195.94º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #558495 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 132 | 149 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.42 |
| HSL | 195.94º | 0.27% | 0.46% | - |
| HSV(B) | 195.94º | 0.43% | 0.58% | - |
| XYZ | 17.42 | 20.6 | 31.49 | - |
| YUV | 119.89 | 144.43 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 132 | 149 | 0.43 | 0.11 | 0 | 0.42 | 195.94 | 0.27 | 0.46 |
| Hex | 55 | 84 | 95 | 2B | B | 0 | 2A | C4 | 1B | 2E |
| Octal | 125 | 204 | 225 | 53 | 13 | 0 | 52 | 304 | 33 | 56 |
| Binary | 1010101 | 10000100 | 10010101 | 101011 | 1011 | 0 | 101010 | 11000100 | 11011 | 101110 |
Color Harmonies of #558495
Complementary color
Monochromatic Colors of #558495
Black with #558495
Text Example
Text Example
White with #558495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558495; }
p { color: rgb(85,132,149); }
H1.HeaderClassName
{
color: #558495;
}
.AnyTagClassName
{
color: #558495;
}
</style>
background-color css
<style>
a { background-color: #558495; }
a { background-color: rgb(85,132,149); }
div.DivClassName
{
background-color: #558495;
}
.BgClassName
{
background-color: #558495;
}
</style>
border-color css
<style>
span { border-color: #558495; }
span { border-color: rgb(85,132,149); }
td.TdClassName
{
border-color: #558495;
}
.TagClassName
{
border-color: #558495;
}
</style>