Shades of Hippie Blue #528A99
Tints of Hippie Blue #528A99
RGB
CMYK
RGB Variations
Color information
#528A99 (or 0x528A99) is known color: Hippie Blue. HEX triplet: 52, 8A and 99. RGB value is (82,138,153). Sum of RGB (Red+Green+Blue) = 82+138+153=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #528A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528A99 is #AD7566. Grayscale: #7A7A7A. Windows color (decimal): -11367783 or 10062418. OLE color: 10062418.
HSL color Cylindrical-coordinate representation of color #528A99: hue angle of 192.68º 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 #528A99 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 138 | 153 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.4 |
| HSL | 192.68º | 0.3% | 0.46% | - |
| HSV(B) | 192.68º | 0.46% | 0.6% | - |
| XYZ | 18.32 | 22.27 | 33.47 | - |
| YUV | 122.97 | 144.95 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 138 | 153 | 0.46 | 0.10 | 0 | 0.4 | 192.68 | 0.3 | 0.46 |
| Hex | 52 | 8A | 99 | 2E | A | 0 | 28 | C1 | 1E | 2E |
| Octal | 122 | 212 | 231 | 56 | 12 | 0 | 50 | 301 | 36 | 56 |
| Binary | 1010010 | 10001010 | 10011001 | 101110 | 1010 | 0 | 101000 | 11000001 | 11110 | 101110 |
Color Harmonies of #528A99
Complementary color
Monochromatic Colors of #528A99
Black with #528A99
Text Example
Text Example
White with #528A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528A99; }
p { color: rgb(82,138,153); }
H1.HeaderClassName
{
color: #528A99;
}
.AnyTagClassName
{
color: #528A99;
}
</style>
background-color css
<style>
a { background-color: #528A99; }
a { background-color: rgb(82,138,153); }
div.DivClassName
{
background-color: #528A99;
}
.BgClassName
{
background-color: #528A99;
}
</style>
border-color css
<style>
span { border-color: #528A99; }
span { border-color: rgb(82,138,153); }
td.TdClassName
{
border-color: #528A99;
}
.TagClassName
{
border-color: #528A99;
}
</style>