Shades of Steel Blue #5083AD
Tints of Steel Blue #5083AD
RGB
CMYK
RGB Variations
Color information
#5083AD (or 0x5083AD) is known color: Steel Blue. HEX triplet: 50, 83 and AD. RGB value is (80,131,173). Sum of RGB (Red+Green+Blue) = 80+131+173=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #5083AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5083AD is #AF7C52. Grayscale: #787878. Windows color (decimal): -11500627 or 11371344. OLE color: 11371344.
HSL color Cylindrical-coordinate representation of color #5083AD: hue angle of 207.1º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5083AD is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 131 | 173 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.32 |
| HSL | 207.1º | 0.37% | 0.5% | - |
| HSV(B) | 207.1º | 0.54% | 0.68% | - |
| XYZ | 18.97 | 20.96 | 42.58 | - |
| YUV | 120.54 | 157.6 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 131 | 173 | 0.54 | 0.24 | 0 | 0.32 | 207.1 | 0.37 | 0.5 |
| Hex | 50 | 83 | AD | 36 | 18 | 0 | 20 | CF | 25 | 32 |
| Octal | 120 | 203 | 255 | 66 | 30 | 0 | 40 | 317 | 45 | 62 |
| Binary | 1010000 | 10000011 | 10101101 | 110110 | 11000 | 0 | 100000 | 11001111 | 100101 | 110010 |
Color Harmonies of #5083AD
Complementary color
Monochromatic Colors of #5083AD
Black with #5083AD
Text Example
Text Example
White with #5083AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5083AD; }
p { color: rgb(80,131,173); }
H1.HeaderClassName
{
color: #5083AD;
}
.AnyTagClassName
{
color: #5083AD;
}
</style>
background-color css
<style>
a { background-color: #5083AD; }
a { background-color: rgb(80,131,173); }
div.DivClassName
{
background-color: #5083AD;
}
.BgClassName
{
background-color: #5083AD;
}
</style>
border-color css
<style>
span { border-color: #5083AD; }
span { border-color: rgb(80,131,173); }
td.TdClassName
{
border-color: #5083AD;
}
.TagClassName
{
border-color: #5083AD;
}
</style>