Shades of Hippie Blue #528EA2
Tints of Hippie Blue #528EA2
RGB
CMYK
RGB Variations
Color information
#528EA2 (or 0x528EA2) is known color: Hippie Blue. HEX triplet: 52, 8E and A2. RGB value is (82,142,162). Sum of RGB (Red+Green+Blue) = 82+142+162=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 162 - color contains mainly: blue. Hex color #528EA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528EA2 is #AD715D. Grayscale: #7E7E7E. Windows color (decimal): -11366750 or 10653266. OLE color: 10653266.
HSL color Cylindrical-coordinate representation of color #528EA2: hue angle of 195º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #528EA2 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 142 | 162 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.36 |
| HSL | 195º | 0.33% | 0.48% | - |
| HSV(B) | 195º | 0.49% | 0.64% | - |
| XYZ | 19.67 | 23.75 | 37.73 | - |
| YUV | 126.34 | 148.12 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 162 | 0.49 | 0.12 | 0 | 0.36 | 195 | 0.33 | 0.48 |
| Hex | 52 | 8E | A2 | 31 | C | 0 | 24 | C3 | 21 | 30 |
| Octal | 122 | 216 | 242 | 61 | 14 | 0 | 44 | 303 | 41 | 60 |
| Binary | 1010010 | 10001110 | 10100010 | 110001 | 1100 | 0 | 100100 | 11000011 | 100001 | 110000 |
Color Harmonies of #528EA2
Complementary color
Monochromatic Colors of #528EA2
Black with #528EA2
Text Example
Text Example
White with #528EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528EA2; }
p { color: rgb(82,142,162); }
H1.HeaderClassName
{
color: #528EA2;
}
.AnyTagClassName
{
color: #528EA2;
}
</style>
background-color css
<style>
a { background-color: #528EA2; }
a { background-color: rgb(82,142,162); }
div.DivClassName
{
background-color: #528EA2;
}
.BgClassName
{
background-color: #528EA2;
}
</style>
border-color css
<style>
span { border-color: #528EA2; }
span { border-color: rgb(82,142,162); }
td.TdClassName
{
border-color: #528EA2;
}
.TagClassName
{
border-color: #528EA2;
}
</style>