Shades of Steel Blue #517DB0
Tints of Steel Blue #517DB0
RGB
CMYK
RGB Variations
Color information
#517DB0 (or 0x517DB0) is known color: Steel Blue. HEX triplet: 51, 7D and B0. RGB value is (81,125,176). Sum of RGB (Red+Green+Blue) = 81+125+176=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 176 (69.14% from 255 or 46.07% from 382); Max value from RGB is 176 - color contains mainly: blue. Hex color #517DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517DB0 is #AE824F. Grayscale: #757575. Windows color (decimal): -11436624 or 11566417. OLE color: 11566417.
HSL color Cylindrical-coordinate representation of color #517DB0: hue angle of 212.21º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #517DB0 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 125 | 176 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.31 |
| HSL | 212.21º | 0.38% | 0.5% | - |
| HSV(B) | 212.21º | 0.54% | 0.69% | - |
| XYZ | 18.56 | 19.55 | 43.87 | - |
| YUV | 117.66 | 160.92 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 176 | 0.54 | 0.29 | 0 | 0.31 | 212.21 | 0.38 | 0.5 |
| Hex | 51 | 7D | B0 | 36 | 1D | 0 | 1F | D4 | 26 | 32 |
| Octal | 121 | 175 | 260 | 66 | 35 | 0 | 37 | 324 | 46 | 62 |
| Binary | 1010001 | 1111101 | 10110000 | 110110 | 11101 | 0 | 11111 | 11010100 | 100110 | 110010 |
Color Harmonies of #517DB0
Complementary color
Monochromatic Colors of #517DB0
Black with #517DB0
Text Example
Text Example
White with #517DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517DB0; }
p { color: rgb(81,125,176); }
H1.HeaderClassName
{
color: #517DB0;
}
.AnyTagClassName
{
color: #517DB0;
}
</style>
background-color css
<style>
a { background-color: #517DB0; }
a { background-color: rgb(81,125,176); }
div.DivClassName
{
background-color: #517DB0;
}
.BgClassName
{
background-color: #517DB0;
}
</style>
border-color css
<style>
span { border-color: #517DB0; }
span { border-color: rgb(81,125,176); }
td.TdClassName
{
border-color: #517DB0;
}
.TagClassName
{
border-color: #517DB0;
}
</style>