Shades of Hippie Blue #528C99
Tints of Hippie Blue #528C99
RGB
CMYK
RGB Variations
Color information
#528C99 (or 0x528C99) is known color: Hippie Blue. HEX triplet: 52, 8C and 99. RGB value is (82,140,153). Sum of RGB (Red+Green+Blue) = 82+140+153=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #528C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528C99 is #AD7366. Grayscale: #7C7C7C. Windows color (decimal): -11367271 or 10062930. OLE color: 10062930.
HSL color Cylindrical-coordinate representation of color #528C99: hue angle of 190.99º 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 #528C99 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 140 | 153 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.4 |
| HSL | 190.99º | 0.3% | 0.46% | - |
| HSV(B) | 190.99º | 0.46% | 0.6% | - |
| XYZ | 18.61 | 22.85 | 33.57 | - |
| YUV | 124.14 | 144.28 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 153 | 0.46 | 0.08 | 0 | 0.4 | 190.99 | 0.3 | 0.46 |
| Hex | 52 | 8C | 99 | 2E | 8 | 0 | 28 | BF | 1E | 2E |
| Octal | 122 | 214 | 231 | 56 | 10 | 0 | 50 | 277 | 36 | 56 |
| Binary | 1010010 | 10001100 | 10011001 | 101110 | 1000 | 0 | 101000 | 10111111 | 11110 | 101110 |
Color Harmonies of #528C99
Complementary color
Monochromatic Colors of #528C99
Black with #528C99
Text Example
Text Example
White with #528C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528C99; }
p { color: rgb(82,140,153); }
H1.HeaderClassName
{
color: #528C99;
}
.AnyTagClassName
{
color: #528C99;
}
</style>
background-color css
<style>
a { background-color: #528C99; }
a { background-color: rgb(82,140,153); }
div.DivClassName
{
background-color: #528C99;
}
.BgClassName
{
background-color: #528C99;
}
</style>
border-color css
<style>
span { border-color: #528C99; }
span { border-color: rgb(82,140,153); }
td.TdClassName
{
border-color: #528C99;
}
.TagClassName
{
border-color: #528C99;
}
</style>