Shades of Hippie Blue #52869E
Tints of Hippie Blue #52869E
RGB
CMYK
RGB Variations
Color information
#52869E (or 0x52869E) is known color: Hippie Blue. HEX triplet: 52, 86 and 9E. RGB value is (82,134,158). Sum of RGB (Red+Green+Blue) = 82+134+158=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #52869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52869E is #AD7961. Grayscale: #797979. Windows color (decimal): -11368802 or 10389074. OLE color: 10389074.
HSL color Cylindrical-coordinate representation of color #52869E: hue angle of 198.95º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52869E is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 134 | 158 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.38 |
| HSL | 198.95º | 0.32% | 0.47% | - |
| HSV(B) | 198.95º | 0.48% | 0.62% | - |
| XYZ | 18.18 | 21.31 | 35.5 | - |
| YUV | 121.19 | 148.77 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 134 | 158 | 0.48 | 0.15 | 0 | 0.38 | 198.95 | 0.32 | 0.47 |
| Hex | 52 | 86 | 9E | 30 | F | 0 | 26 | C7 | 20 | 2F |
| Octal | 122 | 206 | 236 | 60 | 17 | 0 | 46 | 307 | 40 | 57 |
| Binary | 1010010 | 10000110 | 10011110 | 110000 | 1111 | 0 | 100110 | 11000111 | 100000 | 101111 |
Color Harmonies of #52869E
Complementary color
Monochromatic Colors of #52869E
Black with #52869E
Text Example
Text Example
White with #52869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52869E; }
p { color: rgb(82,134,158); }
H1.HeaderClassName
{
color: #52869E;
}
.AnyTagClassName
{
color: #52869E;
}
</style>
background-color css
<style>
a { background-color: #52869E; }
a { background-color: rgb(82,134,158); }
div.DivClassName
{
background-color: #52869E;
}
.BgClassName
{
background-color: #52869E;
}
</style>
border-color css
<style>
span { border-color: #52869E; }
span { border-color: rgb(82,134,158); }
td.TdClassName
{
border-color: #52869E;
}
.TagClassName
{
border-color: #52869E;
}
</style>