Shades of Hippie Blue #55869B
Tints of Hippie Blue #55869B
RGB
CMYK
RGB Variations
Color information
#55869B (or 0x55869B) is known color: Hippie Blue. HEX triplet: 55, 86 and 9B. RGB value is (85,134,155). Sum of RGB (Red+Green+Blue) = 85+134+155=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #55869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55869B is #AA7964. Grayscale: #797979. Windows color (decimal): -11172197 or 10192469. OLE color: 10192469.
HSL color Cylindrical-coordinate representation of color #55869B: hue angle of 198º 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 #55869B is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 134 | 155 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.39 |
| HSL | 198º | 0.29% | 0.47% | - |
| HSV(B) | 198º | 0.45% | 0.61% | - |
| XYZ | 18.19 | 21.35 | 34.17 | - |
| YUV | 121.74 | 146.77 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 134 | 155 | 0.45 | 0.14 | 0 | 0.39 | 198 | 0.29 | 0.47 |
| Hex | 55 | 86 | 9B | 2D | E | 0 | 27 | C6 | 1D | 2F |
| Octal | 125 | 206 | 233 | 55 | 16 | 0 | 47 | 306 | 35 | 57 |
| Binary | 1010101 | 10000110 | 10011011 | 101101 | 1110 | 0 | 100111 | 11000110 | 11101 | 101111 |
Color Harmonies of #55869B
Complementary color
Monochromatic Colors of #55869B
Black with #55869B
Text Example
Text Example
White with #55869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55869B; }
p { color: rgb(85,134,155); }
H1.HeaderClassName
{
color: #55869B;
}
.AnyTagClassName
{
color: #55869B;
}
</style>
background-color css
<style>
a { background-color: #55869B; }
a { background-color: rgb(85,134,155); }
div.DivClassName
{
background-color: #55869B;
}
.BgClassName
{
background-color: #55869B;
}
</style>
border-color css
<style>
span { border-color: #55869B; }
span { border-color: rgb(85,134,155); }
td.TdClassName
{
border-color: #55869B;
}
.TagClassName
{
border-color: #55869B;
}
</style>