Shades of Steel Blue #517DB4
Tints of Steel Blue #517DB4
RGB
CMYK
RGB Variations
Color information
#517DB4 (or 0x517DB4) is known color: Steel Blue. HEX triplet: 51, 7D and B4. RGB value is (81,125,180). Sum of RGB (Red+Green+Blue) = 81+125+180=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 180 - color contains mainly: blue. Hex color #517DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DB4 is #AE824B. Grayscale: #757575. Windows color (decimal): -11436620 or 11828561. OLE color: 11828561.
HSL color Cylindrical-coordinate representation of color #517DB4: hue angle of 213.33º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #517DB4 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 125 | 180 | - |
| CMYK | 0.55 | 0.31 | 0 | 0.29 |
| HSL | 213.33º | 0.4% | 0.51% | - |
| HSV(B) | 213.33º | 0.55% | 0.71% | - |
| XYZ | 18.97 | 19.71 | 45.99 | - |
| YUV | 118.11 | 162.92 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 180 | 0.55 | 0.31 | 0 | 0.29 | 213.33 | 0.4 | 0.51 |
| Hex | 51 | 7D | B4 | 37 | 1F | 0 | 1D | D5 | 28 | 33 |
| Octal | 121 | 175 | 264 | 67 | 37 | 0 | 35 | 325 | 50 | 63 |
| Binary | 1010001 | 1111101 | 10110100 | 110111 | 11111 | 0 | 11101 | 11010101 | 101000 | 110011 |
Color Harmonies of #517DB4
Complementary color
Monochromatic Colors of #517DB4
Black with #517DB4
Text Example
Text Example
White with #517DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517DB4; }
p { color: rgb(81,125,180); }
H1.HeaderClassName
{
color: #517DB4;
}
.AnyTagClassName
{
color: #517DB4;
}
</style>
background-color css
<style>
a { background-color: #517DB4; }
a { background-color: rgb(81,125,180); }
div.DivClassName
{
background-color: #517DB4;
}
.BgClassName
{
background-color: #517DB4;
}
</style>
border-color css
<style>
span { border-color: #517DB4; }
span { border-color: rgb(81,125,180); }
td.TdClassName
{
border-color: #517DB4;
}
.TagClassName
{
border-color: #517DB4;
}
</style>