Shades of Hippie Blue #528D9E
Tints of Hippie Blue #528D9E
RGB
CMYK
RGB Variations
Color information
#528D9E (or 0x528D9E) is known color: Hippie Blue. HEX triplet: 52, 8D and 9E. RGB value is (82,141,158). Sum of RGB (Red+Green+Blue) = 82+141+158=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 158 - color contains mainly: blue. Hex color #528D9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528D9E is #AD7261. Grayscale: #7D7D7D. Windows color (decimal): -11367010 or 10390866. OLE color: 10390866.
HSL color Cylindrical-coordinate representation of color #528D9E: hue angle of 193.42º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #528D9E is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 141 | 158 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.38 |
| HSL | 193.42º | 0.32% | 0.47% | - |
| HSV(B) | 193.42º | 0.48% | 0.62% | - |
| XYZ | 19.18 | 23.31 | 35.84 | - |
| YUV | 125.3 | 146.45 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 158 | 0.48 | 0.11 | 0 | 0.38 | 193.42 | 0.32 | 0.47 |
| Hex | 52 | 8D | 9E | 30 | B | 0 | 26 | C1 | 20 | 2F |
| Octal | 122 | 215 | 236 | 60 | 13 | 0 | 46 | 301 | 40 | 57 |
| Binary | 1010010 | 10001101 | 10011110 | 110000 | 1011 | 0 | 100110 | 11000001 | 100000 | 101111 |
Color Harmonies of #528D9E
Complementary color
Monochromatic Colors of #528D9E
Black with #528D9E
Text Example
Text Example
White with #528D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528D9E; }
p { color: rgb(82,141,158); }
H1.HeaderClassName
{
color: #528D9E;
}
.AnyTagClassName
{
color: #528D9E;
}
</style>
background-color css
<style>
a { background-color: #528D9E; }
a { background-color: rgb(82,141,158); }
div.DivClassName
{
background-color: #528D9E;
}
.BgClassName
{
background-color: #528D9E;
}
</style>
border-color css
<style>
span { border-color: #528D9E; }
span { border-color: rgb(82,141,158); }
td.TdClassName
{
border-color: #528D9E;
}
.TagClassName
{
border-color: #528D9E;
}
</style>