Shades of Hippie Blue #518A97
Tints of Hippie Blue #518A97
RGB
CMYK
RGB Variations
Color information
#518A97 (or 0x518A97) is known color: Hippie Blue. HEX triplet: 51, 8A and 97. RGB value is (81,138,151). Sum of RGB (Red+Green+Blue) = 81+138+151=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 151 - color contains mainly: blue. Hex color #518A97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518A97 is #AE7568. Grayscale: #7A7A7A. Windows color (decimal): -11433321 or 9931345. OLE color: 9931345.
HSL color Cylindrical-coordinate representation of color #518A97: hue angle of 191.14º 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 #518A97 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 138 | 151 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.41 |
| HSL | 191.14º | 0.3% | 0.45% | - |
| HSV(B) | 191.14º | 0.46% | 0.59% | - |
| XYZ | 18.07 | 22.16 | 32.6 | - |
| YUV | 122.44 | 144.12 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 138 | 151 | 0.46 | 0.09 | 0 | 0.41 | 191.14 | 0.3 | 0.45 |
| Hex | 51 | 8A | 97 | 2E | 9 | 0 | 29 | BF | 1E | 2D |
| Octal | 121 | 212 | 227 | 56 | 11 | 0 | 51 | 277 | 36 | 55 |
| Binary | 1010001 | 10001010 | 10010111 | 101110 | 1001 | 0 | 101001 | 10111111 | 11110 | 101101 |
Color Harmonies of #518A97
Complementary color
Monochromatic Colors of #518A97
Black with #518A97
Text Example
Text Example
White with #518A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518A97; }
p { color: rgb(81,138,151); }
H1.HeaderClassName
{
color: #518A97;
}
.AnyTagClassName
{
color: #518A97;
}
</style>
background-color css
<style>
a { background-color: #518A97; }
a { background-color: rgb(81,138,151); }
div.DivClassName
{
background-color: #518A97;
}
.BgClassName
{
background-color: #518A97;
}
</style>
border-color css
<style>
span { border-color: #518A97; }
span { border-color: rgb(81,138,151); }
td.TdClassName
{
border-color: #518A97;
}
.TagClassName
{
border-color: #518A97;
}
</style>