Shades of Hippie Blue #518F9E
Tints of Hippie Blue #518F9E
RGB
CMYK
RGB Variations
Color information
#518F9E (or 0x518F9E) is known color: Hippie Blue. HEX triplet: 51, 8F and 9E. RGB value is (81,143,158). Sum of RGB (Red+Green+Blue) = 81+143+158=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 158 - color contains mainly: blue. Hex color #518F9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518F9E is #AE7061. Grayscale: #7E7E7E. Windows color (decimal): -11432034 or 10391377. OLE color: 10391377.
HSL color Cylindrical-coordinate representation of color #518F9E: hue angle of 191.69º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #518F9E is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 143 | 158 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.38 |
| HSL | 191.69º | 0.32% | 0.47% | - |
| HSV(B) | 191.69º | 0.49% | 0.62% | - |
| XYZ | 19.39 | 23.86 | 35.93 | - |
| YUV | 126.17 | 145.96 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 143 | 158 | 0.49 | 0.09 | 0 | 0.38 | 191.69 | 0.32 | 0.47 |
| Hex | 51 | 8F | 9E | 31 | 9 | 0 | 26 | C0 | 20 | 2F |
| Octal | 121 | 217 | 236 | 61 | 11 | 0 | 46 | 300 | 40 | 57 |
| Binary | 1010001 | 10001111 | 10011110 | 110001 | 1001 | 0 | 100110 | 11000000 | 100000 | 101111 |
Color Harmonies of #518F9E
Complementary color
Monochromatic Colors of #518F9E
Black with #518F9E
Text Example
Text Example
White with #518F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518F9E; }
p { color: rgb(81,143,158); }
H1.HeaderClassName
{
color: #518F9E;
}
.AnyTagClassName
{
color: #518F9E;
}
</style>
background-color css
<style>
a { background-color: #518F9E; }
a { background-color: rgb(81,143,158); }
div.DivClassName
{
background-color: #518F9E;
}
.BgClassName
{
background-color: #518F9E;
}
</style>
border-color css
<style>
span { border-color: #518F9E; }
span { border-color: rgb(81,143,158); }
td.TdClassName
{
border-color: #518F9E;
}
.TagClassName
{
border-color: #518F9E;
}
</style>