Shades of Hippie Blue #55899D
Tints of Hippie Blue #55899D
RGB
CMYK
RGB Variations
Color information
#55899D (or 0x55899D) is known color: Hippie Blue. HEX triplet: 55, 89 and 9D. RGB value is (85,137,157). Sum of RGB (Red+Green+Blue) = 85+137+157=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #55899D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55899D is #AA7662. Grayscale: #7B7B7B. Windows color (decimal): -11171427 or 10324309. OLE color: 10324309.
HSL color Cylindrical-coordinate representation of color #55899D: hue angle of 196.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55899D is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 137 | 157 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.38 |
| HSL | 196.67º | 0.3% | 0.47% | - |
| HSV(B) | 196.67º | 0.46% | 0.62% | - |
| XYZ | 18.78 | 22.26 | 35.2 | - |
| YUV | 123.73 | 146.77 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 137 | 157 | 0.46 | 0.13 | 0 | 0.38 | 196.67 | 0.3 | 0.47 |
| Hex | 55 | 89 | 9D | 2E | D | 0 | 26 | C5 | 1E | 2F |
| Octal | 125 | 211 | 235 | 56 | 15 | 0 | 46 | 305 | 36 | 57 |
| Binary | 1010101 | 10001001 | 10011101 | 101110 | 1101 | 0 | 100110 | 11000101 | 11110 | 101111 |
Color Harmonies of #55899D
Complementary color
Monochromatic Colors of #55899D
Black with #55899D
Text Example
Text Example
White with #55899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55899D; }
p { color: rgb(85,137,157); }
H1.HeaderClassName
{
color: #55899D;
}
.AnyTagClassName
{
color: #55899D;
}
</style>
background-color css
<style>
a { background-color: #55899D; }
a { background-color: rgb(85,137,157); }
div.DivClassName
{
background-color: #55899D;
}
.BgClassName
{
background-color: #55899D;
}
</style>
border-color css
<style>
span { border-color: #55899D; }
span { border-color: rgb(85,137,157); }
td.TdClassName
{
border-color: #55899D;
}
.TagClassName
{
border-color: #55899D;
}
</style>