Shades of Steel Blue #5087AD
Tints of Steel Blue #5087AD
RGB
CMYK
RGB Variations
Color information
#5087AD (or 0x5087AD) is known color: Steel Blue. HEX triplet: 50, 87 and AD. RGB value is (80,135,173). Sum of RGB (Red+Green+Blue) = 80+135+173=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #5087AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5087AD is #AF7852. Grayscale: #7A7A7A. Windows color (decimal): -11499603 or 11372368. OLE color: 11372368.
HSL color Cylindrical-coordinate representation of color #5087AD: hue angle of 204.52º 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 #5087AD is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 135 | 173 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.32 |
| HSL | 204.52º | 0.37% | 0.5% | - |
| HSV(B) | 204.52º | 0.54% | 0.68% | - |
| XYZ | 19.52 | 22.05 | 42.76 | - |
| YUV | 122.89 | 156.28 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 173 | 0.54 | 0.22 | 0 | 0.32 | 204.52 | 0.37 | 0.5 |
| Hex | 50 | 87 | AD | 36 | 16 | 0 | 20 | CD | 25 | 32 |
| Octal | 120 | 207 | 255 | 66 | 26 | 0 | 40 | 315 | 45 | 62 |
| Binary | 1010000 | 10000111 | 10101101 | 110110 | 10110 | 0 | 100000 | 11001101 | 100101 | 110010 |
Color Harmonies of #5087AD
Complementary color
Monochromatic Colors of #5087AD
Black with #5087AD
Text Example
Text Example
White with #5087AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5087AD; }
p { color: rgb(80,135,173); }
H1.HeaderClassName
{
color: #5087AD;
}
.AnyTagClassName
{
color: #5087AD;
}
</style>
background-color css
<style>
a { background-color: #5087AD; }
a { background-color: rgb(80,135,173); }
div.DivClassName
{
background-color: #5087AD;
}
.BgClassName
{
background-color: #5087AD;
}
</style>
border-color css
<style>
span { border-color: #5087AD; }
span { border-color: rgb(80,135,173); }
td.TdClassName
{
border-color: #5087AD;
}
.TagClassName
{
border-color: #5087AD;
}
</style>