Shades of Hippie Blue #517F94
Tints of Hippie Blue #517F94
RGB
CMYK
RGB Variations
Color information
#517F94 (or 0x517F94) is known color: Hippie Blue. HEX triplet: 51, 7F and 94. RGB value is (81,127,148). Sum of RGB (Red+Green+Blue) = 81+127+148=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #517F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517F94 is #AE806B. Grayscale: #737373. Windows color (decimal): -11436140 or 9731921. OLE color: 9731921.
HSL color Cylindrical-coordinate representation of color #517F94: hue angle of 198.81º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #517F94 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 127 | 148 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.42 |
| HSL | 198.81º | 0.29% | 0.45% | - |
| HSV(B) | 198.81º | 0.45% | 0.58% | - |
| XYZ | 16.33 | 19.07 | 30.84 | - |
| YUV | 115.64 | 146.26 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 127 | 148 | 0.45 | 0.14 | 0 | 0.42 | 198.81 | 0.29 | 0.45 |
| Hex | 51 | 7F | 94 | 2D | E | 0 | 2A | C7 | 1D | 2D |
| Octal | 121 | 177 | 224 | 55 | 16 | 0 | 52 | 307 | 35 | 55 |
| Binary | 1010001 | 1111111 | 10010100 | 101101 | 1110 | 0 | 101010 | 11000111 | 11101 | 101101 |
Color Harmonies of #517F94
Complementary color
Monochromatic Colors of #517F94
Black with #517F94
Text Example
Text Example
White with #517F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517F94; }
p { color: rgb(81,127,148); }
H1.HeaderClassName
{
color: #517F94;
}
.AnyTagClassName
{
color: #517F94;
}
</style>
background-color css
<style>
a { background-color: #517F94; }
a { background-color: rgb(81,127,148); }
div.DivClassName
{
background-color: #517F94;
}
.BgClassName
{
background-color: #517F94;
}
</style>
border-color css
<style>
span { border-color: #517F94; }
span { border-color: rgb(81,127,148); }
td.TdClassName
{
border-color: #517F94;
}
.TagClassName
{
border-color: #517F94;
}
</style>