Shades of Hippie Blue #55899C
Tints of Hippie Blue #55899C
RGB
CMYK
RGB Variations
Color information
#55899C (or 0x55899C) is known color: Hippie Blue. HEX triplet: 55, 89 and 9C. RGB value is (85,137,156). Sum of RGB (Red+Green+Blue) = 85+137+156=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #55899C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55899C is #AA7663. Grayscale: #7B7B7B. Windows color (decimal): -11171428 or 10258773. OLE color: 10258773.
HSL color Cylindrical-coordinate representation of color #55899C: hue angle of 196.06º 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 #55899C is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 137 | 156 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.39 |
| HSL | 196.06º | 0.29% | 0.47% | - |
| HSV(B) | 196.06º | 0.46% | 0.61% | - |
| XYZ | 18.69 | 22.22 | 34.76 | - |
| YUV | 123.62 | 146.27 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 137 | 156 | 0.46 | 0.12 | 0 | 0.39 | 196.06 | 0.29 | 0.47 |
| Hex | 55 | 89 | 9C | 2E | C | 0 | 27 | C4 | 1D | 2F |
| Octal | 125 | 211 | 234 | 56 | 14 | 0 | 47 | 304 | 35 | 57 |
| Binary | 1010101 | 10001001 | 10011100 | 101110 | 1100 | 0 | 100111 | 11000100 | 11101 | 101111 |
Color Harmonies of #55899C
Complementary color
Monochromatic Colors of #55899C
Black with #55899C
Text Example
Text Example
White with #55899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55899C; }
p { color: rgb(85,137,156); }
H1.HeaderClassName
{
color: #55899C;
}
.AnyTagClassName
{
color: #55899C;
}
</style>
background-color css
<style>
a { background-color: #55899C; }
a { background-color: rgb(85,137,156); }
div.DivClassName
{
background-color: #55899C;
}
.BgClassName
{
background-color: #55899C;
}
</style>
border-color css
<style>
span { border-color: #55899C; }
span { border-color: rgb(85,137,156); }
td.TdClassName
{
border-color: #55899C;
}
.TagClassName
{
border-color: #55899C;
}
</style>