Shades of Steel Blue #517DAD
Tints of Steel Blue #517DAD
RGB
CMYK
RGB Variations
Color information
#517DAD (or 0x517DAD) is known color: Steel Blue. HEX triplet: 51, 7D and AD. RGB value is (81,125,173). Sum of RGB (Red+Green+Blue) = 81+125+173=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #517DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517DAD is #AE8252. Grayscale: #757575. Windows color (decimal): -11436627 or 11369809. OLE color: 11369809.
HSL color Cylindrical-coordinate representation of color #517DAD: hue angle of 211.3º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #517DAD is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 125 | 173 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.32 |
| HSL | 211.3º | 0.36% | 0.5% | - |
| HSV(B) | 211.3º | 0.53% | 0.68% | - |
| XYZ | 18.27 | 19.43 | 42.32 | - |
| YUV | 117.32 | 159.42 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 173 | 0.53 | 0.28 | 0 | 0.32 | 211.3 | 0.36 | 0.5 |
| Hex | 51 | 7D | AD | 35 | 1C | 0 | 20 | D3 | 24 | 32 |
| Octal | 121 | 175 | 255 | 65 | 34 | 0 | 40 | 323 | 44 | 62 |
| Binary | 1010001 | 1111101 | 10101101 | 110101 | 11100 | 0 | 100000 | 11010011 | 100100 | 110010 |
Color Harmonies of #517DAD
Complementary color
Monochromatic Colors of #517DAD
Black with #517DAD
Text Example
Text Example
White with #517DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517DAD; }
p { color: rgb(81,125,173); }
H1.HeaderClassName
{
color: #517DAD;
}
.AnyTagClassName
{
color: #517DAD;
}
</style>
background-color css
<style>
a { background-color: #517DAD; }
a { background-color: rgb(81,125,173); }
div.DivClassName
{
background-color: #517DAD;
}
.BgClassName
{
background-color: #517DAD;
}
</style>
border-color css
<style>
span { border-color: #517DAD; }
span { border-color: rgb(81,125,173); }
td.TdClassName
{
border-color: #517DAD;
}
.TagClassName
{
border-color: #517DAD;
}
</style>