Shades of Hippie Blue #52899A
Tints of Hippie Blue #52899A
RGB
CMYK
RGB Variations
Color information
#52899A (or 0x52899A) is known color: Hippie Blue. HEX triplet: 52, 89 and 9A. RGB value is (82,137,154). Sum of RGB (Red+Green+Blue) = 82+137+154=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #52899A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52899A is #AD7665. Grayscale: #7A7A7A. Windows color (decimal): -11368038 or 10127698. OLE color: 10127698.
HSL color Cylindrical-coordinate representation of color #52899A: hue angle of 194.17º 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 #52899A is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 137 | 154 | - |
| CMYK | 0.47 | 0.11 | 0 | 0.40 |
| HSL | 194.17º | 0.31% | 0.46% | - |
| HSV(B) | 194.17º | 0.47% | 0.6% | - |
| XYZ | 18.26 | 22.02 | 33.86 | - |
| YUV | 122.49 | 145.78 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 137 | 154 | 0.47 | 0.11 | 0 | 0.40 | 194.17 | 0.31 | 0.46 |
| Hex | 52 | 89 | 9A | 2F | B | 0 | 28 | C2 | 1F | 2E |
| Octal | 122 | 211 | 232 | 57 | 13 | 0 | 50 | 302 | 37 | 56 |
| Binary | 1010010 | 10001001 | 10011010 | 101111 | 1011 | 0 | 101000 | 11000010 | 11111 | 101110 |
Color Harmonies of #52899A
Complementary color
Monochromatic Colors of #52899A
Black with #52899A
Text Example
Text Example
White with #52899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52899A; }
p { color: rgb(82,137,154); }
H1.HeaderClassName
{
color: #52899A;
}
.AnyTagClassName
{
color: #52899A;
}
</style>
background-color css
<style>
a { background-color: #52899A; }
a { background-color: rgb(82,137,154); }
div.DivClassName
{
background-color: #52899A;
}
.BgClassName
{
background-color: #52899A;
}
</style>
border-color css
<style>
span { border-color: #52899A; }
span { border-color: rgb(82,137,154); }
td.TdClassName
{
border-color: #52899A;
}
.TagClassName
{
border-color: #52899A;
}
</style>