Shades of Hippie Blue #52829A
Tints of Hippie Blue #52829A
RGB
CMYK
RGB Variations
Color information
#52829A (or 0x52829A) is known color: Hippie Blue. HEX triplet: 52, 82 and 9A. RGB value is (82,130,154). Sum of RGB (Red+Green+Blue) = 82+130+154=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 154 - color contains mainly: blue. Hex color #52829A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52829A is #AD7D65. Grayscale: #767676. Windows color (decimal): -11369830 or 10125906. OLE color: 10125906.
HSL color Cylindrical-coordinate representation of color #52829A: hue angle of 200º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52829A is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 130 | 154 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.40 |
| HSL | 200º | 0.31% | 0.46% | - |
| HSV(B) | 200º | 0.47% | 0.6% | - |
| XYZ | 17.3 | 20.09 | 33.54 | - |
| YUV | 118.38 | 148.1 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 130 | 154 | 0.47 | 0.16 | 0 | 0.40 | 200 | 0.31 | 0.46 |
| Hex | 52 | 82 | 9A | 2F | 10 | 0 | 28 | C8 | 1F | 2E |
| Octal | 122 | 202 | 232 | 57 | 20 | 0 | 50 | 310 | 37 | 56 |
| Binary | 1010010 | 10000010 | 10011010 | 101111 | 10000 | 0 | 101000 | 11001000 | 11111 | 101110 |
Color Harmonies of #52829A
Complementary color
Monochromatic Colors of #52829A
Black with #52829A
Text Example
Text Example
White with #52829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52829A; }
p { color: rgb(82,130,154); }
H1.HeaderClassName
{
color: #52829A;
}
.AnyTagClassName
{
color: #52829A;
}
</style>
background-color css
<style>
a { background-color: #52829A; }
a { background-color: rgb(82,130,154); }
div.DivClassName
{
background-color: #52829A;
}
.BgClassName
{
background-color: #52829A;
}
</style>
border-color css
<style>
span { border-color: #52829A; }
span { border-color: rgb(82,130,154); }
td.TdClassName
{
border-color: #52829A;
}
.TagClassName
{
border-color: #52829A;
}
</style>