Shades of Hippie Blue #558491
Tints of Hippie Blue #558491
RGB
CMYK
RGB Variations
Color information
#558491 (or 0x558491) is known color: Hippie Blue. HEX triplet: 55, 84 and 91. RGB value is (85,132,145). Sum of RGB (Red+Green+Blue) = 85+132+145=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 145 - color contains mainly: blue. Hex color #558491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558491 is #AA7B6E. Grayscale: #777777. Windows color (decimal): -11172719 or 9536597. OLE color: 9536597.
HSL color Cylindrical-coordinate representation of color #558491: hue angle of 193º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #558491 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 132 | 145 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.43 |
| HSL | 193º | 0.26% | 0.45% | - |
| HSV(B) | 193º | 0.41% | 0.57% | - |
| XYZ | 17.11 | 20.48 | 29.84 | - |
| YUV | 119.43 | 142.43 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 132 | 145 | 0.41 | 0.09 | 0 | 0.43 | 193 | 0.26 | 0.45 |
| Hex | 55 | 84 | 91 | 29 | 9 | 0 | 2B | C1 | 1A | 2D |
| Octal | 125 | 204 | 221 | 51 | 11 | 0 | 53 | 301 | 32 | 55 |
| Binary | 1010101 | 10000100 | 10010001 | 101001 | 1001 | 0 | 101011 | 11000001 | 11010 | 101101 |
Color Harmonies of #558491
Complementary color
Monochromatic Colors of #558491
Black with #558491
Text Example
Text Example
White with #558491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558491; }
p { color: rgb(85,132,145); }
H1.HeaderClassName
{
color: #558491;
}
.AnyTagClassName
{
color: #558491;
}
</style>
background-color css
<style>
a { background-color: #558491; }
a { background-color: rgb(85,132,145); }
div.DivClassName
{
background-color: #558491;
}
.BgClassName
{
background-color: #558491;
}
</style>
border-color css
<style>
span { border-color: #558491; }
span { border-color: rgb(85,132,145); }
td.TdClassName
{
border-color: #558491;
}
.TagClassName
{
border-color: #558491;
}
</style>