Shades of Steel Blue #5086AD
Tints of Steel Blue #5086AD
RGB
CMYK
RGB Variations
Color information
#5086AD (or 0x5086AD) is known color: Steel Blue. HEX triplet: 50, 86 and AD. RGB value is (80,134,173). Sum of RGB (Red+Green+Blue) = 80+134+173=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #5086AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5086AD is #AF7952. Grayscale: #7A7A7A. Windows color (decimal): -11499859 or 11372112. OLE color: 11372112.
HSL color Cylindrical-coordinate representation of color #5086AD: hue angle of 205.16º 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 #5086AD is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 134 | 173 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.32 |
| HSL | 205.16º | 0.37% | 0.5% | - |
| HSV(B) | 205.16º | 0.54% | 0.68% | - |
| XYZ | 19.38 | 21.77 | 42.72 | - |
| YUV | 122.3 | 156.61 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 134 | 173 | 0.54 | 0.23 | 0 | 0.32 | 205.16 | 0.37 | 0.5 |
| Hex | 50 | 86 | AD | 36 | 17 | 0 | 20 | CD | 25 | 32 |
| Octal | 120 | 206 | 255 | 66 | 27 | 0 | 40 | 315 | 45 | 62 |
| Binary | 1010000 | 10000110 | 10101101 | 110110 | 10111 | 0 | 100000 | 11001101 | 100101 | 110010 |
Color Harmonies of #5086AD
Complementary color
Monochromatic Colors of #5086AD
Black with #5086AD
Text Example
Text Example
White with #5086AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5086AD; }
p { color: rgb(80,134,173); }
H1.HeaderClassName
{
color: #5086AD;
}
.AnyTagClassName
{
color: #5086AD;
}
</style>
background-color css
<style>
a { background-color: #5086AD; }
a { background-color: rgb(80,134,173); }
div.DivClassName
{
background-color: #5086AD;
}
.BgClassName
{
background-color: #5086AD;
}
</style>
border-color css
<style>
span { border-color: #5086AD; }
span { border-color: rgb(80,134,173); }
td.TdClassName
{
border-color: #5086AD;
}
.TagClassName
{
border-color: #5086AD;
}
</style>