Shades of Hippie Blue #517F9C
Tints of Hippie Blue #517F9C
RGB
CMYK
RGB Variations
Color information
#517F9C (or 0x517F9C) is known color: Hippie Blue. HEX triplet: 51, 7F and 9C. RGB value is (81,127,156). Sum of RGB (Red+Green+Blue) = 81+127+156=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #517F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517F9C is #AE8063. Grayscale: #747474. Windows color (decimal): -11436132 or 10256209. OLE color: 10256209.
HSL color Cylindrical-coordinate representation of color #517F9C: hue angle of 203.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #517F9C is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 127 | 156 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.39 |
| HSL | 203.2º | 0.32% | 0.46% | - |
| HSV(B) | 203.2º | 0.48% | 0.61% | - |
| XYZ | 16.98 | 19.33 | 34.29 | - |
| YUV | 116.55 | 150.26 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 127 | 156 | 0.48 | 0.19 | 0 | 0.39 | 203.2 | 0.32 | 0.46 |
| Hex | 51 | 7F | 9C | 30 | 13 | 0 | 27 | CB | 20 | 2E |
| Octal | 121 | 177 | 234 | 60 | 23 | 0 | 47 | 313 | 40 | 56 |
| Binary | 1010001 | 1111111 | 10011100 | 110000 | 10011 | 0 | 100111 | 11001011 | 100000 | 101110 |
Color Harmonies of #517F9C
Complementary color
Monochromatic Colors of #517F9C
Black with #517F9C
Text Example
Text Example
White with #517F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517F9C; }
p { color: rgb(81,127,156); }
H1.HeaderClassName
{
color: #517F9C;
}
.AnyTagClassName
{
color: #517F9C;
}
</style>
background-color css
<style>
a { background-color: #517F9C; }
a { background-color: rgb(81,127,156); }
div.DivClassName
{
background-color: #517F9C;
}
.BgClassName
{
background-color: #517F9C;
}
</style>
border-color css
<style>
span { border-color: #517F9C; }
span { border-color: rgb(81,127,156); }
td.TdClassName
{
border-color: #517F9C;
}
.TagClassName
{
border-color: #517F9C;
}
</style>