Shades of Hippie Blue #55859C
Tints of Hippie Blue #55859C
RGB
CMYK
RGB Variations
Color information
#55859C (or 0x55859C) is known color: Hippie Blue. HEX triplet: 55, 85 and 9C. RGB value is (85,133,156). Sum of RGB (Red+Green+Blue) = 85+133+156=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #55859C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55859C is #AA7A63. Grayscale: #797979. Windows color (decimal): -11172452 or 10257749. OLE color: 10257749.
HSL color Cylindrical-coordinate representation of color #55859C: hue angle of 199.44º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55859C is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 133 | 156 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.39 |
| HSL | 199.44º | 0.29% | 0.47% | - |
| HSV(B) | 199.44º | 0.46% | 0.61% | - |
| XYZ | 18.13 | 21.11 | 34.57 | - |
| YUV | 121.27 | 147.6 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 133 | 156 | 0.46 | 0.15 | 0 | 0.39 | 199.44 | 0.29 | 0.47 |
| Hex | 55 | 85 | 9C | 2E | F | 0 | 27 | C7 | 1D | 2F |
| Octal | 125 | 205 | 234 | 56 | 17 | 0 | 47 | 307 | 35 | 57 |
| Binary | 1010101 | 10000101 | 10011100 | 101110 | 1111 | 0 | 100111 | 11000111 | 11101 | 101111 |
Color Harmonies of #55859C
Complementary color
Monochromatic Colors of #55859C
Black with #55859C
Text Example
Text Example
White with #55859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55859C; }
p { color: rgb(85,133,156); }
H1.HeaderClassName
{
color: #55859C;
}
.AnyTagClassName
{
color: #55859C;
}
</style>
background-color css
<style>
a { background-color: #55859C; }
a { background-color: rgb(85,133,156); }
div.DivClassName
{
background-color: #55859C;
}
.BgClassName
{
background-color: #55859C;
}
</style>
border-color css
<style>
span { border-color: #55859C; }
span { border-color: rgb(85,133,156); }
td.TdClassName
{
border-color: #55859C;
}
.TagClassName
{
border-color: #55859C;
}
</style>