Shades of Hippie Blue #528194
Tints of Hippie Blue #528194
RGB
CMYK
RGB Variations
Color information
#528194 (or 0x528194) is known color: Hippie Blue. HEX triplet: 52, 81 and 94. RGB value is (82,129,148). Sum of RGB (Red+Green+Blue) = 82+129+148=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 148 - color contains mainly: blue. Hex color #528194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528194 is #AD7E6B. Grayscale: #747474. Windows color (decimal): -11370092 or 9732434. OLE color: 9732434.
HSL color Cylindrical-coordinate representation of color #528194: hue angle of 197.27º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #528194 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 129 | 148 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.42 |
| HSL | 197.27º | 0.29% | 0.45% | - |
| HSV(B) | 197.27º | 0.45% | 0.58% | - |
| XYZ | 16.68 | 19.63 | 30.93 | - |
| YUV | 117.11 | 145.43 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 129 | 148 | 0.45 | 0.13 | 0 | 0.42 | 197.27 | 0.29 | 0.45 |
| Hex | 52 | 81 | 94 | 2D | D | 0 | 2A | C5 | 1D | 2D |
| Octal | 122 | 201 | 224 | 55 | 15 | 0 | 52 | 305 | 35 | 55 |
| Binary | 1010010 | 10000001 | 10010100 | 101101 | 1101 | 0 | 101010 | 11000101 | 11101 | 101101 |
Color Harmonies of #528194
Complementary color
Monochromatic Colors of #528194
Black with #528194
Text Example
Text Example
White with #528194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528194; }
p { color: rgb(82,129,148); }
H1.HeaderClassName
{
color: #528194;
}
.AnyTagClassName
{
color: #528194;
}
</style>
background-color css
<style>
a { background-color: #528194; }
a { background-color: rgb(82,129,148); }
div.DivClassName
{
background-color: #528194;
}
.BgClassName
{
background-color: #528194;
}
</style>
border-color css
<style>
span { border-color: #528194; }
span { border-color: rgb(82,129,148); }
td.TdClassName
{
border-color: #528194;
}
.TagClassName
{
border-color: #528194;
}
</style>