Shades of Hippie Blue #528D99
Tints of Hippie Blue #528D99
RGB
CMYK
RGB Variations
Color information
#528D99 (or 0x528D99) is known color: Hippie Blue. HEX triplet: 52, 8D and 99. RGB value is (82,141,153). Sum of RGB (Red+Green+Blue) = 82+141+153=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #528D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528D99 is #AD7266. Grayscale: #7C7C7C. Windows color (decimal): -11367015 or 10063186. OLE color: 10063186.
HSL color Cylindrical-coordinate representation of color #528D99: hue angle of 190.14º 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 #528D99 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 141 | 153 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.4 |
| HSL | 190.14º | 0.3% | 0.46% | - |
| HSV(B) | 190.14º | 0.46% | 0.6% | - |
| XYZ | 18.75 | 23.14 | 33.62 | - |
| YUV | 124.73 | 143.95 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 153 | 0.46 | 0.08 | 0 | 0.4 | 190.14 | 0.3 | 0.46 |
| Hex | 52 | 8D | 99 | 2E | 8 | 0 | 28 | BE | 1E | 2E |
| Octal | 122 | 215 | 231 | 56 | 10 | 0 | 50 | 276 | 36 | 56 |
| Binary | 1010010 | 10001101 | 10011001 | 101110 | 1000 | 0 | 101000 | 10111110 | 11110 | 101110 |
Color Harmonies of #528D99
Complementary color
Monochromatic Colors of #528D99
Black with #528D99
Text Example
Text Example
White with #528D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528D99; }
p { color: rgb(82,141,153); }
H1.HeaderClassName
{
color: #528D99;
}
.AnyTagClassName
{
color: #528D99;
}
</style>
background-color css
<style>
a { background-color: #528D99; }
a { background-color: rgb(82,141,153); }
div.DivClassName
{
background-color: #528D99;
}
.BgClassName
{
background-color: #528D99;
}
</style>
border-color css
<style>
span { border-color: #528D99; }
span { border-color: rgb(82,141,153); }
td.TdClassName
{
border-color: #528D99;
}
.TagClassName
{
border-color: #528D99;
}
</style>