Shades of Steel Blue #517FAC
Tints of Steel Blue #517FAC
RGB
CMYK
RGB Variations
Color information
#517FAC (or 0x517FAC) is known color: Steel Blue. HEX triplet: 51, 7F and AC. RGB value is (81,127,172). Sum of RGB (Red+Green+Blue) = 81+127+172=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #517FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517FAC is #AE8053. Grayscale: #767676. Windows color (decimal): -11436116 or 11304785. OLE color: 11304785.
HSL color Cylindrical-coordinate representation of color #517FAC: hue angle of 209.67º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #517FAC is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 127 | 172 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.33 |
| HSL | 209.67º | 0.36% | 0.5% | - |
| HSV(B) | 209.67º | 0.53% | 0.67% | - |
| XYZ | 18.43 | 19.91 | 41.9 | - |
| YUV | 118.38 | 158.26 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 127 | 172 | 0.53 | 0.26 | 0 | 0.33 | 209.67 | 0.36 | 0.5 |
| Hex | 51 | 7F | AC | 35 | 1A | 0 | 21 | D2 | 24 | 32 |
| Octal | 121 | 177 | 254 | 65 | 32 | 0 | 41 | 322 | 44 | 62 |
| Binary | 1010001 | 1111111 | 10101100 | 110101 | 11010 | 0 | 100001 | 11010010 | 100100 | 110010 |
Color Harmonies of #517FAC
Complementary color
Monochromatic Colors of #517FAC
Black with #517FAC
Text Example
Text Example
White with #517FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517FAC; }
p { color: rgb(81,127,172); }
H1.HeaderClassName
{
color: #517FAC;
}
.AnyTagClassName
{
color: #517FAC;
}
</style>
background-color css
<style>
a { background-color: #517FAC; }
a { background-color: rgb(81,127,172); }
div.DivClassName
{
background-color: #517FAC;
}
.BgClassName
{
background-color: #517FAC;
}
</style>
border-color css
<style>
span { border-color: #517FAC; }
span { border-color: rgb(81,127,172); }
td.TdClassName
{
border-color: #517FAC;
}
.TagClassName
{
border-color: #517FAC;
}
</style>