Shades of Steel Blue #517CB1
Tints of Steel Blue #517CB1
RGB
CMYK
RGB Variations
Color information
#517CB1 (or 0x517CB1) is known color: Steel Blue. HEX triplet: 51, 7C and B1. RGB value is (81,124,177). Sum of RGB (Red+Green+Blue) = 81+124+177=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 177 (69.53% from 255 or 46.34% from 382); Max value from RGB is 177 - color contains mainly: blue. Hex color #517CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517CB1 is #AE834E. Grayscale: #747474. Windows color (decimal): -11436879 or 11631697. OLE color: 11631697.
HSL color Cylindrical-coordinate representation of color #517CB1: hue angle of 213.12º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #517CB1 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 124 | 177 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.31 |
| HSL | 213.13º | 0.38% | 0.51% | - |
| HSV(B) | 213.13º | 0.54% | 0.69% | - |
| XYZ | 18.54 | 19.34 | 44.35 | - |
| YUV | 117.19 | 161.75 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 124 | 177 | 0.54 | 0.30 | 0 | 0.31 | 213.13 | 0.38 | 0.51 |
| Hex | 51 | 7C | B1 | 36 | 1E | 0 | 1F | D5 | 26 | 33 |
| Octal | 121 | 174 | 261 | 66 | 36 | 0 | 37 | 325 | 46 | 63 |
| Binary | 1010001 | 1111100 | 10110001 | 110110 | 11110 | 0 | 11111 | 11010101 | 100110 | 110011 |
Color Harmonies of #517CB1
Complementary color
Monochromatic Colors of #517CB1
Black with #517CB1
Text Example
Text Example
White with #517CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517CB1; }
p { color: rgb(81,124,177); }
H1.HeaderClassName
{
color: #517CB1;
}
.AnyTagClassName
{
color: #517CB1;
}
</style>
background-color css
<style>
a { background-color: #517CB1; }
a { background-color: rgb(81,124,177); }
div.DivClassName
{
background-color: #517CB1;
}
.BgClassName
{
background-color: #517CB1;
}
</style>
border-color css
<style>
span { border-color: #517CB1; }
span { border-color: rgb(81,124,177); }
td.TdClassName
{
border-color: #517CB1;
}
.TagClassName
{
border-color: #517CB1;
}
</style>