Shades of Hippie Blue #518B99
Tints of Hippie Blue #518B99
RGB
CMYK
RGB Variations
Color information
#518B99 (or 0x518B99) is known color: Hippie Blue. HEX triplet: 51, 8B and 99. RGB value is (81,139,153). Sum of RGB (Red+Green+Blue) = 81+139+153=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #518B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518B99 is #AE7466. Grayscale: #7B7B7B. Windows color (decimal): -11433063 or 10062673. OLE color: 10062673.
HSL color Cylindrical-coordinate representation of color #518B99: hue angle of 191.67º 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 #518B99 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 81 | 139 | 153 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.4 |
| HSL | 191.67º | 0.31% | 0.46% | - |
| HSV(B) | 191.67º | 0.47% | 0.6% | - |
| XYZ | 18.38 | 22.51 | 33.51 | - |
| YUV | 123.25 | 144.78 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 139 | 153 | 0.47 | 0.09 | 0 | 0.4 | 191.67 | 0.31 | 0.46 |
| Hex | 51 | 8B | 99 | 2F | 9 | 0 | 28 | C0 | 1F | 2E |
| Octal | 121 | 213 | 231 | 57 | 11 | 0 | 50 | 300 | 37 | 56 |
| Binary | 1010001 | 10001011 | 10011001 | 101111 | 1001 | 0 | 101000 | 11000000 | 11111 | 101110 |
Color Harmonies of #518B99
Complementary color
Monochromatic Colors of #518B99
Black with #518B99
Text Example
Text Example
White with #518B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518B99; }
p { color: rgb(81,139,153); }
H1.HeaderClassName
{
color: #518B99;
}
.AnyTagClassName
{
color: #518B99;
}
</style>
background-color css
<style>
a { background-color: #518B99; }
a { background-color: rgb(81,139,153); }
div.DivClassName
{
background-color: #518B99;
}
.BgClassName
{
background-color: #518B99;
}
</style>
border-color css
<style>
span { border-color: #518B99; }
span { border-color: rgb(81,139,153); }
td.TdClassName
{
border-color: #518B99;
}
.TagClassName
{
border-color: #518B99;
}
</style>