Shades of Steel Blue #5177AF
Tints of Steel Blue #5177AF
RGB
CMYK
RGB Variations
Color information
#5177AF (or 0x5177AF) is known color: Steel Blue. HEX triplet: 51, 77 and AF. RGB value is (81,119,175). Sum of RGB (Red+Green+Blue) = 81+119+175=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #5177AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5177AF is #AE8850. Grayscale: #717171. Windows color (decimal): -11438161 or 11499345. OLE color: 11499345.
HSL color Cylindrical-coordinate representation of color #5177AF: hue angle of 215.74º degrees, saturation: 0.37, 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 #5177AF is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 119 | 175 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.31 |
| HSL | 215.74º | 0.37% | 0.5% | - |
| HSV(B) | 215.74º | 0.54% | 0.69% | - |
| XYZ | 17.73 | 18.04 | 43.1 | - |
| YUV | 114.02 | 162.41 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 119 | 175 | 0.54 | 0.32 | 0 | 0.31 | 215.74 | 0.37 | 0.5 |
| Hex | 51 | 77 | AF | 36 | 20 | 0 | 1F | D8 | 25 | 32 |
| Octal | 121 | 167 | 257 | 66 | 40 | 0 | 37 | 330 | 45 | 62 |
| Binary | 1010001 | 1110111 | 10101111 | 110110 | 100000 | 0 | 11111 | 11011000 | 100101 | 110010 |
Color Harmonies of #5177AF
Complementary color
Monochromatic Colors of #5177AF
Black with #5177AF
Text Example
Text Example
White with #5177AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5177AF; }
p { color: rgb(81,119,175); }
H1.HeaderClassName
{
color: #5177AF;
}
.AnyTagClassName
{
color: #5177AF;
}
</style>
background-color css
<style>
a { background-color: #5177AF; }
a { background-color: rgb(81,119,175); }
div.DivClassName
{
background-color: #5177AF;
}
.BgClassName
{
background-color: #5177AF;
}
</style>
border-color css
<style>
span { border-color: #5177AF; }
span { border-color: rgb(81,119,175); }
td.TdClassName
{
border-color: #5177AF;
}
.TagClassName
{
border-color: #5177AF;
}
</style>