Shades of Hippie Blue #517E9A
Tints of Hippie Blue #517E9A
RGB
CMYK
RGB Variations
Color information
#517E9A (or 0x517E9A) is known color: Hippie Blue. HEX triplet: 51, 7E and 9A. RGB value is (81,126,154). Sum of RGB (Red+Green+Blue) = 81+126+154=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #517E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517E9A is #AE8165. Grayscale: #737373. Windows color (decimal): -11436390 or 10124881. OLE color: 10124881.
HSL color Cylindrical-coordinate representation of color #517E9A: hue angle of 203.01º 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 #517E9A is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 126 | 154 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.40 |
| HSL | 203.01º | 0.31% | 0.46% | - |
| HSV(B) | 203.01º | 0.47% | 0.6% | - |
| XYZ | 16.69 | 19 | 33.36 | - |
| YUV | 115.74 | 149.59 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 126 | 154 | 0.47 | 0.18 | 0 | 0.40 | 203.01 | 0.31 | 0.46 |
| Hex | 51 | 7E | 9A | 2F | 12 | 0 | 28 | CB | 1F | 2E |
| Octal | 121 | 176 | 232 | 57 | 22 | 0 | 50 | 313 | 37 | 56 |
| Binary | 1010001 | 1111110 | 10011010 | 101111 | 10010 | 0 | 101000 | 11001011 | 11111 | 101110 |
Color Harmonies of #517E9A
Complementary color
Monochromatic Colors of #517E9A
Black with #517E9A
Text Example
Text Example
White with #517E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517E9A; }
p { color: rgb(81,126,154); }
H1.HeaderClassName
{
color: #517E9A;
}
.AnyTagClassName
{
color: #517E9A;
}
</style>
background-color css
<style>
a { background-color: #517E9A; }
a { background-color: rgb(81,126,154); }
div.DivClassName
{
background-color: #517E9A;
}
.BgClassName
{
background-color: #517E9A;
}
</style>
border-color css
<style>
span { border-color: #517E9A; }
span { border-color: rgb(81,126,154); }
td.TdClassName
{
border-color: #517E9A;
}
.TagClassName
{
border-color: #517E9A;
}
</style>