Shades of Steel Blue #517AA9
Tints of Steel Blue #517AA9
RGB
CMYK
RGB Variations
Color information
#517AA9 (or 0x517AA9) is known color: Steel Blue. HEX triplet: 51, 7A and A9. RGB value is (81,122,169). Sum of RGB (Red+Green+Blue) = 81+122+169=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 169 (66.41% from 255 or 45.43% from 372); Max value from RGB is 169 - color contains mainly: blue. Hex color #517AA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517AA9 is #AE8556. Grayscale: #727272. Windows color (decimal): -11437399 or 11106897. OLE color: 11106897.
HSL color Cylindrical-coordinate representation of color #517AA9: hue angle of 212.05º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #517AA9 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 81 | 122 | 169 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.34 |
| HSL | 212.05º | 0.35% | 0.49% | - |
| HSV(B) | 212.05º | 0.52% | 0.66% | - |
| XYZ | 17.51 | 18.53 | 40.19 | - |
| YUV | 115.1 | 158.42 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 169 | 0.52 | 0.28 | 0 | 0.34 | 212.05 | 0.35 | 0.49 |
| Hex | 51 | 7A | A9 | 34 | 1C | 0 | 22 | D4 | 23 | 31 |
| Octal | 121 | 172 | 251 | 64 | 34 | 0 | 42 | 324 | 43 | 61 |
| Binary | 1010001 | 1111010 | 10101001 | 110100 | 11100 | 0 | 100010 | 11010100 | 100011 | 110001 |
Color Harmonies of #517AA9
Complementary color
Monochromatic Colors of #517AA9
Black with #517AA9
Text Example
Text Example
White with #517AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517AA9; }
p { color: rgb(81,122,169); }
H1.HeaderClassName
{
color: #517AA9;
}
.AnyTagClassName
{
color: #517AA9;
}
</style>
background-color css
<style>
a { background-color: #517AA9; }
a { background-color: rgb(81,122,169); }
div.DivClassName
{
background-color: #517AA9;
}
.BgClassName
{
background-color: #517AA9;
}
</style>
border-color css
<style>
span { border-color: #517AA9; }
span { border-color: rgb(81,122,169); }
td.TdClassName
{
border-color: #517AA9;
}
.TagClassName
{
border-color: #517AA9;
}
</style>