Shades of Hippie Blue #528292
Tints of Hippie Blue #528292
RGB
CMYK
RGB Variations
Color information
#528292 (or 0x528292) is known color: Hippie Blue. HEX triplet: 52, 82 and 92. RGB value is (82,130,146). Sum of RGB (Red+Green+Blue) = 82+130+146=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: blue. Hex color #528292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528292 is #AD7D6D. Grayscale: #757575. Windows color (decimal): -11369838 or 9601618. OLE color: 9601618.
HSL color Cylindrical-coordinate representation of color #528292: hue angle of 195º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #528292 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 130 | 146 | - |
| CMYK | 0.44 | 0.11 | 0 | 0.43 |
| HSL | 195º | 0.28% | 0.45% | - |
| HSV(B) | 195º | 0.44% | 0.57% | - |
| XYZ | 16.65 | 19.83 | 30.14 | - |
| YUV | 117.47 | 144.1 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 130 | 146 | 0.44 | 0.11 | 0 | 0.43 | 195 | 0.28 | 0.45 |
| Hex | 52 | 82 | 92 | 2C | B | 0 | 2B | C3 | 1C | 2D |
| Octal | 122 | 202 | 222 | 54 | 13 | 0 | 53 | 303 | 34 | 55 |
| Binary | 1010010 | 10000010 | 10010010 | 101100 | 1011 | 0 | 101011 | 11000011 | 11100 | 101101 |
Color Harmonies of #528292
Complementary color
Monochromatic Colors of #528292
Black with #528292
Text Example
Text Example
White with #528292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528292; }
p { color: rgb(82,130,146); }
H1.HeaderClassName
{
color: #528292;
}
.AnyTagClassName
{
color: #528292;
}
</style>
background-color css
<style>
a { background-color: #528292; }
a { background-color: rgb(82,130,146); }
div.DivClassName
{
background-color: #528292;
}
.BgClassName
{
background-color: #528292;
}
</style>
border-color css
<style>
span { border-color: #528292; }
span { border-color: rgb(82,130,146); }
td.TdClassName
{
border-color: #528292;
}
.TagClassName
{
border-color: #528292;
}
</style>