Shades of Hippie Blue #528999
Tints of Hippie Blue #528999
RGB
CMYK
RGB Variations
Color information
#528999 (or 0x528999) is known color: Hippie Blue. HEX triplet: 52, 89 and 99. RGB value is (82,137,153). Sum of RGB (Red+Green+Blue) = 82+137+153=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #528999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528999 is #AD7666. Grayscale: #7A7A7A. Windows color (decimal): -11368039 or 10062162. OLE color: 10062162.
HSL color Cylindrical-coordinate representation of color #528999: hue angle of 193.52º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #528999 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 137 | 153 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.4 |
| HSL | 193.52º | 0.3% | 0.46% | - |
| HSV(B) | 193.52º | 0.46% | 0.6% | - |
| XYZ | 18.18 | 21.99 | 33.42 | - |
| YUV | 122.38 | 145.28 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 137 | 153 | 0.46 | 0.10 | 0 | 0.4 | 193.52 | 0.3 | 0.46 |
| Hex | 52 | 89 | 99 | 2E | A | 0 | 28 | C2 | 1E | 2E |
| Octal | 122 | 211 | 231 | 56 | 12 | 0 | 50 | 302 | 36 | 56 |
| Binary | 1010010 | 10001001 | 10011001 | 101110 | 1010 | 0 | 101000 | 11000010 | 11110 | 101110 |
Color Harmonies of #528999
Complementary color
Monochromatic Colors of #528999
Black with #528999
Text Example
Text Example
White with #528999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528999; }
p { color: rgb(82,137,153); }
H1.HeaderClassName
{
color: #528999;
}
.AnyTagClassName
{
color: #528999;
}
</style>
background-color css
<style>
a { background-color: #528999; }
a { background-color: rgb(82,137,153); }
div.DivClassName
{
background-color: #528999;
}
.BgClassName
{
background-color: #528999;
}
</style>
border-color css
<style>
span { border-color: #528999; }
span { border-color: rgb(82,137,153); }
td.TdClassName
{
border-color: #528999;
}
.TagClassName
{
border-color: #528999;
}
</style>