Shades of Hippie Blue #52899C
Tints of Hippie Blue #52899C
RGB
CMYK
RGB Variations
Color information
#52899C (or 0x52899C) is known color: Hippie Blue. HEX triplet: 52, 89 and 9C. RGB value is (82,137,156). Sum of RGB (Red+Green+Blue) = 82+137+156=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #52899C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52899C is #AD7663. Grayscale: #7A7A7A. Windows color (decimal): -11368036 or 10258770. OLE color: 10258770.
HSL color Cylindrical-coordinate representation of color #52899C: hue angle of 195.41º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52899C is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 137 | 156 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.39 |
| HSL | 195.41º | 0.31% | 0.47% | - |
| HSV(B) | 195.41º | 0.47% | 0.61% | - |
| XYZ | 18.43 | 22.09 | 34.74 | - |
| YUV | 122.72 | 146.78 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 137 | 156 | 0.47 | 0.12 | 0 | 0.39 | 195.41 | 0.31 | 0.47 |
| Hex | 52 | 89 | 9C | 2F | C | 0 | 27 | C3 | 1F | 2F |
| Octal | 122 | 211 | 234 | 57 | 14 | 0 | 47 | 303 | 37 | 57 |
| Binary | 1010010 | 10001001 | 10011100 | 101111 | 1100 | 0 | 100111 | 11000011 | 11111 | 101111 |
Color Harmonies of #52899C
Complementary color
Monochromatic Colors of #52899C
Black with #52899C
Text Example
Text Example
White with #52899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52899C; }
p { color: rgb(82,137,156); }
H1.HeaderClassName
{
color: #52899C;
}
.AnyTagClassName
{
color: #52899C;
}
</style>
background-color css
<style>
a { background-color: #52899C; }
a { background-color: rgb(82,137,156); }
div.DivClassName
{
background-color: #52899C;
}
.BgClassName
{
background-color: #52899C;
}
</style>
border-color css
<style>
span { border-color: #52899C; }
span { border-color: rgb(82,137,156); }
td.TdClassName
{
border-color: #52899C;
}
.TagClassName
{
border-color: #52899C;
}
</style>