Shades of Hippie Blue #52818F
Tints of Hippie Blue #52818F
RGB
CMYK
RGB Variations
Color information
#52818F (or 0x52818F) is known color: Hippie Blue. HEX triplet: 52, 81 and 8F. RGB value is (82,129,143). Sum of RGB (Red+Green+Blue) = 82+129+143=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 143 - color contains mainly: blue. Hex color #52818F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52818F is #AD7E70. Grayscale: #747474. Windows color (decimal): -11370097 or 9404754. OLE color: 9404754.
HSL color Cylindrical-coordinate representation of color #52818F: hue angle of 193.77º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52818F is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 129 | 143 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.44 |
| HSL | 193.77º | 0.27% | 0.44% | - |
| HSV(B) | 193.77º | 0.43% | 0.56% | - |
| XYZ | 16.29 | 19.48 | 28.89 | - |
| YUV | 116.54 | 142.93 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 129 | 143 | 0.43 | 0.10 | 0 | 0.44 | 193.77 | 0.27 | 0.44 |
| Hex | 52 | 81 | 8F | 2B | A | 0 | 2C | C2 | 1B | 2C |
| Octal | 122 | 201 | 217 | 53 | 12 | 0 | 54 | 302 | 33 | 54 |
| Binary | 1010010 | 10000001 | 10001111 | 101011 | 1010 | 0 | 101100 | 11000010 | 11011 | 101100 |
Color Harmonies of #52818F
Complementary color
Monochromatic Colors of #52818F
Black with #52818F
Text Example
Text Example
White with #52818F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52818F; }
p { color: rgb(82,129,143); }
H1.HeaderClassName
{
color: #52818F;
}
.AnyTagClassName
{
color: #52818F;
}
</style>
background-color css
<style>
a { background-color: #52818F; }
a { background-color: rgb(82,129,143); }
div.DivClassName
{
background-color: #52818F;
}
.BgClassName
{
background-color: #52818F;
}
</style>
border-color css
<style>
span { border-color: #52818F; }
span { border-color: rgb(82,129,143); }
td.TdClassName
{
border-color: #52818F;
}
.TagClassName
{
border-color: #52818F;
}
</style>