Shades of Hippie Blue #52859B
Tints of Hippie Blue #52859B
RGB
CMYK
RGB Variations
Color information
#52859B (or 0x52859B) is known color: Hippie Blue. HEX triplet: 52, 85 and 9B. RGB value is (82,133,155). Sum of RGB (Red+Green+Blue) = 82+133+155=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #52859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52859B is #AD7A64. Grayscale: #787878. Windows color (decimal): -11369061 or 10192210. OLE color: 10192210.
HSL color Cylindrical-coordinate representation of color #52859B: hue angle of 198.08º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52859B is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 133 | 155 | - |
| CMYK | 0.47 | 0.14 | 0 | 0.39 |
| HSL | 198.08º | 0.31% | 0.46% | - |
| HSV(B) | 198.08º | 0.47% | 0.61% | - |
| XYZ | 17.78 | 20.94 | 34.11 | - |
| YUV | 120.26 | 147.6 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 133 | 155 | 0.47 | 0.14 | 0 | 0.39 | 198.08 | 0.31 | 0.46 |
| Hex | 52 | 85 | 9B | 2F | E | 0 | 27 | C6 | 1F | 2E |
| Octal | 122 | 205 | 233 | 57 | 16 | 0 | 47 | 306 | 37 | 56 |
| Binary | 1010010 | 10000101 | 10011011 | 101111 | 1110 | 0 | 100111 | 11000110 | 11111 | 101110 |
Color Harmonies of #52859B
Complementary color
Monochromatic Colors of #52859B
Black with #52859B
Text Example
Text Example
White with #52859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52859B; }
p { color: rgb(82,133,155); }
H1.HeaderClassName
{
color: #52859B;
}
.AnyTagClassName
{
color: #52859B;
}
</style>
background-color css
<style>
a { background-color: #52859B; }
a { background-color: rgb(82,133,155); }
div.DivClassName
{
background-color: #52859B;
}
.BgClassName
{
background-color: #52859B;
}
</style>
border-color css
<style>
span { border-color: #52859B; }
span { border-color: rgb(82,133,155); }
td.TdClassName
{
border-color: #52859B;
}
.TagClassName
{
border-color: #52859B;
}
</style>