Shades of Hippie Blue #517E97
Tints of Hippie Blue #517E97
RGB
CMYK
RGB Variations
Color information
#517E97 (or 0x517E97) is known color: Hippie Blue. HEX triplet: 51, 7E and 97. RGB value is (81,126,151). Sum of RGB (Red+Green+Blue) = 81+126+151=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 151 - color contains mainly: blue. Hex color #517E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517E97 is #AE8168. Grayscale: #737373. Windows color (decimal): -11436393 or 9928273. OLE color: 9928273.
HSL color Cylindrical-coordinate representation of color #517E97: hue angle of 201.43º 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 #517E97 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 126 | 151 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.41 |
| HSL | 201.43º | 0.3% | 0.45% | - |
| HSV(B) | 201.43º | 0.46% | 0.59% | - |
| XYZ | 16.44 | 18.91 | 32.06 | - |
| YUV | 115.4 | 148.09 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 126 | 151 | 0.46 | 0.17 | 0 | 0.41 | 201.43 | 0.3 | 0.45 |
| Hex | 51 | 7E | 97 | 2E | 11 | 0 | 29 | C9 | 1E | 2D |
| Octal | 121 | 176 | 227 | 56 | 21 | 0 | 51 | 311 | 36 | 55 |
| Binary | 1010001 | 1111110 | 10010111 | 101110 | 10001 | 0 | 101001 | 11001001 | 11110 | 101101 |
Color Harmonies of #517E97
Complementary color
Monochromatic Colors of #517E97
Black with #517E97
Text Example
Text Example
White with #517E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517E97; }
p { color: rgb(81,126,151); }
H1.HeaderClassName
{
color: #517E97;
}
.AnyTagClassName
{
color: #517E97;
}
</style>
background-color css
<style>
a { background-color: #517E97; }
a { background-color: rgb(81,126,151); }
div.DivClassName
{
background-color: #517E97;
}
.BgClassName
{
background-color: #517E97;
}
</style>
border-color css
<style>
span { border-color: #517E97; }
span { border-color: rgb(81,126,151); }
td.TdClassName
{
border-color: #517E97;
}
.TagClassName
{
border-color: #517E97;
}
</style>