Shades of Hippie Blue #55859B
Tints of Hippie Blue #55859B
RGB
CMYK
RGB Variations
Color information
#55859B (or 0x55859B) is known color: Hippie Blue. HEX triplet: 55, 85 and 9B. RGB value is (85,133,155). Sum of RGB (Red+Green+Blue) = 85+133+155=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #55859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55859B is #AA7A64. Grayscale: #797979. Windows color (decimal): -11172453 or 10192213. OLE color: 10192213.
HSL color Cylindrical-coordinate representation of color #55859B: hue angle of 198.86º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55859B is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 133 | 155 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.39 |
| HSL | 198.86º | 0.29% | 0.47% | - |
| HSV(B) | 198.86º | 0.45% | 0.61% | - |
| XYZ | 18.05 | 21.07 | 34.13 | - |
| YUV | 121.16 | 147.1 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 133 | 155 | 0.45 | 0.14 | 0 | 0.39 | 198.86 | 0.29 | 0.47 |
| Hex | 55 | 85 | 9B | 2D | E | 0 | 27 | C7 | 1D | 2F |
| Octal | 125 | 205 | 233 | 55 | 16 | 0 | 47 | 307 | 35 | 57 |
| Binary | 1010101 | 10000101 | 10011011 | 101101 | 1110 | 0 | 100111 | 11000111 | 11101 | 101111 |
Color Harmonies of #55859B
Complementary color
Monochromatic Colors of #55859B
Black with #55859B
Text Example
Text Example
White with #55859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55859B; }
p { color: rgb(85,133,155); }
H1.HeaderClassName
{
color: #55859B;
}
.AnyTagClassName
{
color: #55859B;
}
</style>
background-color css
<style>
a { background-color: #55859B; }
a { background-color: rgb(85,133,155); }
div.DivClassName
{
background-color: #55859B;
}
.BgClassName
{
background-color: #55859B;
}
</style>
border-color css
<style>
span { border-color: #55859B; }
span { border-color: rgb(85,133,155); }
td.TdClassName
{
border-color: #55859B;
}
.TagClassName
{
border-color: #55859B;
}
</style>