Shades of Hippie Blue #518996
Tints of Hippie Blue #518996
RGB
CMYK
RGB Variations
Color information
#518996 (or 0x518996) is known color: Hippie Blue. HEX triplet: 51, 89 and 96. RGB value is (81,137,150). Sum of RGB (Red+Green+Blue) = 81+137+150=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 150 - color contains mainly: blue. Hex color #518996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518996 is #AE7669. Grayscale: #797979. Windows color (decimal): -11433578 or 9865553. OLE color: 9865553.
HSL color Cylindrical-coordinate representation of color #518996: hue angle of 191.3º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #518996 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 137 | 150 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.41 |
| HSL | 191.3º | 0.3% | 0.45% | - |
| HSV(B) | 191.3º | 0.46% | 0.59% | - |
| XYZ | 17.84 | 21.84 | 32.13 | - |
| YUV | 121.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 137 | 150 | 0.46 | 0.09 | 0 | 0.41 | 191.3 | 0.3 | 0.45 |
| Hex | 51 | 89 | 96 | 2E | 9 | 0 | 29 | BF | 1E | 2D |
| Octal | 121 | 211 | 226 | 56 | 11 | 0 | 51 | 277 | 36 | 55 |
| Binary | 1010001 | 10001001 | 10010110 | 101110 | 1001 | 0 | 101001 | 10111111 | 11110 | 101101 |
Color Harmonies of #518996
Complementary color
Monochromatic Colors of #518996
Black with #518996
Text Example
Text Example
White with #518996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518996; }
p { color: rgb(81,137,150); }
H1.HeaderClassName
{
color: #518996;
}
.AnyTagClassName
{
color: #518996;
}
</style>
background-color css
<style>
a { background-color: #518996; }
a { background-color: rgb(81,137,150); }
div.DivClassName
{
background-color: #518996;
}
.BgClassName
{
background-color: #518996;
}
</style>
border-color css
<style>
span { border-color: #518996; }
span { border-color: rgb(81,137,150); }
td.TdClassName
{
border-color: #518996;
}
.TagClassName
{
border-color: #518996;
}
</style>