Shades of Hippie Blue #528BA2
Tints of Hippie Blue #528BA2
RGB
CMYK
RGB Variations
Color information
#528BA2 (or 0x528BA2) is known color: Hippie Blue. HEX triplet: 52, 8B and A2. RGB value is (82,139,162). Sum of RGB (Red+Green+Blue) = 82+139+162=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 162 - color contains mainly: blue. Hex color #528BA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528BA2 is #AD745D. Grayscale: #7C7C7C. Windows color (decimal): -11367518 or 10652498. OLE color: 10652498.
HSL color Cylindrical-coordinate representation of color #528BA2: hue angle of 197.25º 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 #528BA2 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 139 | 162 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.36 |
| HSL | 197.25º | 0.33% | 0.48% | - |
| HSV(B) | 197.25º | 0.49% | 0.64% | - |
| XYZ | 19.23 | 22.87 | 37.58 | - |
| YUV | 124.58 | 149.12 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 162 | 0.49 | 0.14 | 0 | 0.36 | 197.25 | 0.33 | 0.48 |
| Hex | 52 | 8B | A2 | 31 | E | 0 | 24 | C5 | 21 | 30 |
| Octal | 122 | 213 | 242 | 61 | 16 | 0 | 44 | 305 | 41 | 60 |
| Binary | 1010010 | 10001011 | 10100010 | 110001 | 1110 | 0 | 100100 | 11000101 | 100001 | 110000 |
Color Harmonies of #528BA2
Complementary color
Monochromatic Colors of #528BA2
Black with #528BA2
Text Example
Text Example
White with #528BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528BA2; }
p { color: rgb(82,139,162); }
H1.HeaderClassName
{
color: #528BA2;
}
.AnyTagClassName
{
color: #528BA2;
}
</style>
background-color css
<style>
a { background-color: #528BA2; }
a { background-color: rgb(82,139,162); }
div.DivClassName
{
background-color: #528BA2;
}
.BgClassName
{
background-color: #528BA2;
}
</style>
border-color css
<style>
span { border-color: #528BA2; }
span { border-color: rgb(82,139,162); }
td.TdClassName
{
border-color: #528BA2;
}
.TagClassName
{
border-color: #528BA2;
}
</style>