Shades of Hippie Blue #528299
Tints of Hippie Blue #528299
RGB
CMYK
RGB Variations
Color information
#528299 (or 0x528299) is known color: Hippie Blue. HEX triplet: 52, 82 and 99. RGB value is (82,130,153). Sum of RGB (Red+Green+Blue) = 82+130+153=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #528299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528299 is #AD7D66. Grayscale: #767676. Windows color (decimal): -11369831 or 10060370. OLE color: 10060370.
HSL color Cylindrical-coordinate representation of color #528299: hue angle of 199.44º 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 #528299 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 130 | 153 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.4 |
| HSL | 199.44º | 0.3% | 0.46% | - |
| HSV(B) | 199.44º | 0.46% | 0.6% | - |
| XYZ | 17.21 | 20.06 | 33.1 | - |
| YUV | 118.27 | 147.6 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 130 | 153 | 0.46 | 0.15 | 0 | 0.4 | 199.44 | 0.3 | 0.46 |
| Hex | 52 | 82 | 99 | 2E | F | 0 | 28 | C7 | 1E | 2E |
| Octal | 122 | 202 | 231 | 56 | 17 | 0 | 50 | 307 | 36 | 56 |
| Binary | 1010010 | 10000010 | 10011001 | 101110 | 1111 | 0 | 101000 | 11000111 | 11110 | 101110 |
Color Harmonies of #528299
Complementary color
Monochromatic Colors of #528299
Black with #528299
Text Example
Text Example
White with #528299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528299; }
p { color: rgb(82,130,153); }
H1.HeaderClassName
{
color: #528299;
}
.AnyTagClassName
{
color: #528299;
}
</style>
background-color css
<style>
a { background-color: #528299; }
a { background-color: rgb(82,130,153); }
div.DivClassName
{
background-color: #528299;
}
.BgClassName
{
background-color: #528299;
}
</style>
border-color css
<style>
span { border-color: #528299; }
span { border-color: rgb(82,130,153); }
td.TdClassName
{
border-color: #528299;
}
.TagClassName
{
border-color: #528299;
}
</style>