Shades of Hippie Blue #518B9E
Tints of Hippie Blue #518B9E
RGB
CMYK
RGB Variations
Color information
#518B9E (or 0x518B9E) is known color: Hippie Blue. HEX triplet: 51, 8B and 9E. RGB value is (81,139,158). Sum of RGB (Red+Green+Blue) = 81+139+158=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #518B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518B9E is #AE7461. Grayscale: #7B7B7B. Windows color (decimal): -11433058 or 10390353. OLE color: 10390353.
HSL color Cylindrical-coordinate representation of color #518B9E: hue angle of 194.81º 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 #518B9E is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 139 | 158 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.38 |
| HSL | 194.81º | 0.32% | 0.47% | - |
| HSV(B) | 194.81º | 0.49% | 0.62% | - |
| XYZ | 18.8 | 22.68 | 35.74 | - |
| YUV | 123.82 | 147.28 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 139 | 158 | 0.49 | 0.12 | 0 | 0.38 | 194.81 | 0.32 | 0.47 |
| Hex | 51 | 8B | 9E | 31 | C | 0 | 26 | C3 | 20 | 2F |
| Octal | 121 | 213 | 236 | 61 | 14 | 0 | 46 | 303 | 40 | 57 |
| Binary | 1010001 | 10001011 | 10011110 | 110001 | 1100 | 0 | 100110 | 11000011 | 100000 | 101111 |
Color Harmonies of #518B9E
Complementary color
Monochromatic Colors of #518B9E
Black with #518B9E
Text Example
Text Example
White with #518B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518B9E; }
p { color: rgb(81,139,158); }
H1.HeaderClassName
{
color: #518B9E;
}
.AnyTagClassName
{
color: #518B9E;
}
</style>
background-color css
<style>
a { background-color: #518B9E; }
a { background-color: rgb(81,139,158); }
div.DivClassName
{
background-color: #518B9E;
}
.BgClassName
{
background-color: #518B9E;
}
</style>
border-color css
<style>
span { border-color: #518B9E; }
span { border-color: rgb(81,139,158); }
td.TdClassName
{
border-color: #518B9E;
}
.TagClassName
{
border-color: #518B9E;
}
</style>