Shades of Hippie Blue #528895
Tints of Hippie Blue #528895
RGB
CMYK
RGB Variations
Color information
#528895 (or 0x528895) is known color: Hippie Blue. HEX triplet: 52, 88 and 95. RGB value is (82,136,149). Sum of RGB (Red+Green+Blue) = 82+136+149=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 149 - color contains mainly: blue. Hex color #528895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528895 is #AD776A. Grayscale: #797979. Windows color (decimal): -11368299 or 9799762. OLE color: 9799762.
HSL color Cylindrical-coordinate representation of color #528895: hue angle of 191.64º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #528895 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 136 | 149 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.42 |
| HSL | 191.64º | 0.29% | 0.45% | - |
| HSV(B) | 191.64º | 0.45% | 0.58% | - |
| XYZ | 17.71 | 21.57 | 31.66 | - |
| YUV | 121.34 | 143.61 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 149 | 0.45 | 0.09 | 0 | 0.42 | 191.64 | 0.29 | 0.45 |
| Hex | 52 | 88 | 95 | 2D | 9 | 0 | 2A | C0 | 1D | 2D |
| Octal | 122 | 210 | 225 | 55 | 11 | 0 | 52 | 300 | 35 | 55 |
| Binary | 1010010 | 10001000 | 10010101 | 101101 | 1001 | 0 | 101010 | 11000000 | 11101 | 101101 |
Color Harmonies of #528895
Complementary color
Monochromatic Colors of #528895
Black with #528895
Text Example
Text Example
White with #528895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528895; }
p { color: rgb(82,136,149); }
H1.HeaderClassName
{
color: #528895;
}
.AnyTagClassName
{
color: #528895;
}
</style>
background-color css
<style>
a { background-color: #528895; }
a { background-color: rgb(82,136,149); }
div.DivClassName
{
background-color: #528895;
}
.BgClassName
{
background-color: #528895;
}
</style>
border-color css
<style>
span { border-color: #528895; }
span { border-color: rgb(82,136,149); }
td.TdClassName
{
border-color: #528895;
}
.TagClassName
{
border-color: #528895;
}
</style>