Shades of Steel Blue #517BA7
Tints of Steel Blue #517BA7
RGB
CMYK
RGB Variations
Color information
#517BA7 (or 0x517BA7) is known color: Steel Blue. HEX triplet: 51, 7B and A7. RGB value is (81,123,167). Sum of RGB (Red+Green+Blue) = 81+123+167=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 167 - color contains mainly: blue. Hex color #517BA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517BA7 is #AE8458. Grayscale: #737373. Windows color (decimal): -11437145 or 10976081. OLE color: 10976081.
HSL color Cylindrical-coordinate representation of color #517BA7: hue angle of 210.7º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #517BA7 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 81 | 123 | 167 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.35 |
| HSL | 210.7º | 0.35% | 0.49% | - |
| HSV(B) | 210.7º | 0.51% | 0.65% | - |
| XYZ | 17.45 | 18.71 | 39.25 | - |
| YUV | 115.46 | 157.09 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 123 | 167 | 0.51 | 0.26 | 0 | 0.35 | 210.7 | 0.35 | 0.49 |
| Hex | 51 | 7B | A7 | 33 | 1A | 0 | 23 | D3 | 23 | 31 |
| Octal | 121 | 173 | 247 | 63 | 32 | 0 | 43 | 323 | 43 | 61 |
| Binary | 1010001 | 1111011 | 10100111 | 110011 | 11010 | 0 | 100011 | 11010011 | 100011 | 110001 |
Color Harmonies of #517BA7
Complementary color
Monochromatic Colors of #517BA7
Black with #517BA7
Text Example
Text Example
White with #517BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517BA7; }
p { color: rgb(81,123,167); }
H1.HeaderClassName
{
color: #517BA7;
}
.AnyTagClassName
{
color: #517BA7;
}
</style>
background-color css
<style>
a { background-color: #517BA7; }
a { background-color: rgb(81,123,167); }
div.DivClassName
{
background-color: #517BA7;
}
.BgClassName
{
background-color: #517BA7;
}
</style>
border-color css
<style>
span { border-color: #517BA7; }
span { border-color: rgb(81,123,167); }
td.TdClassName
{
border-color: #517BA7;
}
.TagClassName
{
border-color: #517BA7;
}
</style>