Shades of Hippie Blue #518895
Tints of Hippie Blue #518895
RGB
CMYK
RGB Variations
Color information
#518895 (or 0x518895) is known color: Hippie Blue. HEX triplet: 51, 88 and 95. RGB value is (81,136,149). Sum of RGB (Red+Green+Blue) = 81+136+149=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #518895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518895 is #AE776A. Grayscale: #787878. Windows color (decimal): -11433835 or 9799761. OLE color: 9799761.
HSL color Cylindrical-coordinate representation of color #518895: hue angle of 191.47º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #518895 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 136 | 149 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.42 |
| HSL | 191.47º | 0.3% | 0.45% | - |
| HSV(B) | 191.47º | 0.46% | 0.58% | - |
| XYZ | 17.62 | 21.53 | 31.66 | - |
| YUV | 121.04 | 143.78 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 136 | 149 | 0.46 | 0.09 | 0 | 0.42 | 191.47 | 0.3 | 0.45 |
| Hex | 51 | 88 | 95 | 2E | 9 | 0 | 2A | BF | 1E | 2D |
| Octal | 121 | 210 | 225 | 56 | 11 | 0 | 52 | 277 | 36 | 55 |
| Binary | 1010001 | 10001000 | 10010101 | 101110 | 1001 | 0 | 101010 | 10111111 | 11110 | 101101 |
Color Harmonies of #518895
Complementary color
Monochromatic Colors of #518895
Black with #518895
Text Example
Text Example
White with #518895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518895; }
p { color: rgb(81,136,149); }
H1.HeaderClassName
{
color: #518895;
}
.AnyTagClassName
{
color: #518895;
}
</style>
background-color css
<style>
a { background-color: #518895; }
a { background-color: rgb(81,136,149); }
div.DivClassName
{
background-color: #518895;
}
.BgClassName
{
background-color: #518895;
}
</style>
border-color css
<style>
span { border-color: #518895; }
span { border-color: rgb(81,136,149); }
td.TdClassName
{
border-color: #518895;
}
.TagClassName
{
border-color: #518895;
}
</style>