Shades of Hippie Blue #55839B
Tints of Hippie Blue #55839B
RGB
CMYK
RGB Variations
Color information
#55839B (or 0x55839B) is known color: Hippie Blue. HEX triplet: 55, 83 and 9B. RGB value is (85,131,155). Sum of RGB (Red+Green+Blue) = 85+131+155=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #55839B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55839B is #AA7C64. Grayscale: #777777. Windows color (decimal): -11172965 or 10191701. OLE color: 10191701.
HSL color Cylindrical-coordinate representation of color #55839B: hue angle of 200.57º 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 #55839B is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 131 | 155 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.39 |
| HSL | 200.57º | 0.29% | 0.47% | - |
| HSV(B) | 200.57º | 0.45% | 0.61% | - |
| XYZ | 17.78 | 20.53 | 34.04 | - |
| YUV | 119.98 | 147.76 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 155 | 0.45 | 0.15 | 0 | 0.39 | 200.57 | 0.29 | 0.47 |
| Hex | 55 | 83 | 9B | 2D | F | 0 | 27 | C9 | 1D | 2F |
| Octal | 125 | 203 | 233 | 55 | 17 | 0 | 47 | 311 | 35 | 57 |
| Binary | 1010101 | 10000011 | 10011011 | 101101 | 1111 | 0 | 100111 | 11001001 | 11101 | 101111 |
Color Harmonies of #55839B
Complementary color
Monochromatic Colors of #55839B
Black with #55839B
Text Example
Text Example
White with #55839B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55839B; }
p { color: rgb(85,131,155); }
H1.HeaderClassName
{
color: #55839B;
}
.AnyTagClassName
{
color: #55839B;
}
</style>
background-color css
<style>
a { background-color: #55839B; }
a { background-color: rgb(85,131,155); }
div.DivClassName
{
background-color: #55839B;
}
.BgClassName
{
background-color: #55839B;
}
</style>
border-color css
<style>
span { border-color: #55839B; }
span { border-color: rgb(85,131,155); }
td.TdClassName
{
border-color: #55839B;
}
.TagClassName
{
border-color: #55839B;
}
</style>