Shades of Hippie Blue #55889D
Tints of Hippie Blue #55889D
RGB
CMYK
RGB Variations
Color information
#55889D (or 0x55889D) is known color: Hippie Blue. HEX triplet: 55, 88 and 9D. RGB value is (85,136,157). Sum of RGB (Red+Green+Blue) = 85+136+157=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #55889D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55889D is #AA7762. Grayscale: #7B7B7B. Windows color (decimal): -11171683 or 10324053. OLE color: 10324053.
HSL color Cylindrical-coordinate representation of color #55889D: hue angle of 197.5º 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 #55889D is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 136 | 157 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.38 |
| HSL | 197.5º | 0.3% | 0.47% | - |
| HSV(B) | 197.5º | 0.46% | 0.62% | - |
| XYZ | 18.64 | 21.97 | 35.16 | - |
| YUV | 123.15 | 147.1 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 157 | 0.46 | 0.13 | 0 | 0.38 | 197.5 | 0.3 | 0.47 |
| Hex | 55 | 88 | 9D | 2E | D | 0 | 26 | C6 | 1E | 2F |
| Octal | 125 | 210 | 235 | 56 | 15 | 0 | 46 | 306 | 36 | 57 |
| Binary | 1010101 | 10001000 | 10011101 | 101110 | 1101 | 0 | 100110 | 11000110 | 11110 | 101111 |
Color Harmonies of #55889D
Complementary color
Monochromatic Colors of #55889D
Black with #55889D
Text Example
Text Example
White with #55889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55889D; }
p { color: rgb(85,136,157); }
H1.HeaderClassName
{
color: #55889D;
}
.AnyTagClassName
{
color: #55889D;
}
</style>
background-color css
<style>
a { background-color: #55889D; }
a { background-color: rgb(85,136,157); }
div.DivClassName
{
background-color: #55889D;
}
.BgClassName
{
background-color: #55889D;
}
</style>
border-color css
<style>
span { border-color: #55889D; }
span { border-color: rgb(85,136,157); }
td.TdClassName
{
border-color: #55889D;
}
.TagClassName
{
border-color: #55889D;
}
</style>