Shades of Hippie Blue #52889A
Tints of Hippie Blue #52889A
RGB
CMYK
RGB Variations
Color information
#52889A (or 0x52889A) is known color: Hippie Blue. HEX triplet: 52, 88 and 9A. RGB value is (82,136,154). Sum of RGB (Red+Green+Blue) = 82+136+154=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 154 - color contains mainly: blue. Hex color #52889A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52889A is #AD7765. Grayscale: #797979. Windows color (decimal): -11368294 or 10127442. OLE color: 10127442.
HSL color Cylindrical-coordinate representation of color #52889A: hue angle of 195º 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 #52889A is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 136 | 154 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.40 |
| HSL | 195º | 0.31% | 0.46% | - |
| HSV(B) | 195º | 0.47% | 0.6% | - |
| XYZ | 18.12 | 21.74 | 33.81 | - |
| YUV | 121.91 | 146.11 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 154 | 0.47 | 0.12 | 0 | 0.40 | 195 | 0.31 | 0.46 |
| Hex | 52 | 88 | 9A | 2F | C | 0 | 28 | C3 | 1F | 2E |
| Octal | 122 | 210 | 232 | 57 | 14 | 0 | 50 | 303 | 37 | 56 |
| Binary | 1010010 | 10001000 | 10011010 | 101111 | 1100 | 0 | 101000 | 11000011 | 11111 | 101110 |
Color Harmonies of #52889A
Complementary color
Monochromatic Colors of #52889A
Black with #52889A
Text Example
Text Example
White with #52889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52889A; }
p { color: rgb(82,136,154); }
H1.HeaderClassName
{
color: #52889A;
}
.AnyTagClassName
{
color: #52889A;
}
</style>
background-color css
<style>
a { background-color: #52889A; }
a { background-color: rgb(82,136,154); }
div.DivClassName
{
background-color: #52889A;
}
.BgClassName
{
background-color: #52889A;
}
</style>
border-color css
<style>
span { border-color: #52889A; }
span { border-color: rgb(82,136,154); }
td.TdClassName
{
border-color: #52889A;
}
.TagClassName
{
border-color: #52889A;
}
</style>