Shades of Steel Blue #5082AD
Tints of Steel Blue #5082AD
RGB
CMYK
RGB Variations
Color information
#5082AD (or 0x5082AD) is known color: Steel Blue. HEX triplet: 50, 82 and AD. RGB value is (80,130,173). Sum of RGB (Red+Green+Blue) = 80+130+173=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #5082AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5082AD is #AF7D52. Grayscale: #777777. Windows color (decimal): -11500883 or 11371088. OLE color: 11371088.
HSL color Cylindrical-coordinate representation of color #5082AD: hue angle of 207.74º 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 #5082AD is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 130 | 173 | - |
| CMYK | 0.54 | 0.25 | 0 | 0.32 |
| HSL | 207.74º | 0.37% | 0.5% | - |
| HSV(B) | 207.74º | 0.54% | 0.68% | - |
| XYZ | 18.83 | 20.69 | 42.54 | - |
| YUV | 119.95 | 157.94 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 130 | 173 | 0.54 | 0.25 | 0 | 0.32 | 207.74 | 0.37 | 0.5 |
| Hex | 50 | 82 | AD | 36 | 19 | 0 | 20 | D0 | 25 | 32 |
| Octal | 120 | 202 | 255 | 66 | 31 | 0 | 40 | 320 | 45 | 62 |
| Binary | 1010000 | 10000010 | 10101101 | 110110 | 11001 | 0 | 100000 | 11010000 | 100101 | 110010 |
Color Harmonies of #5082AD
Complementary color
Monochromatic Colors of #5082AD
Black with #5082AD
Text Example
Text Example
White with #5082AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5082AD; }
p { color: rgb(80,130,173); }
H1.HeaderClassName
{
color: #5082AD;
}
.AnyTagClassName
{
color: #5082AD;
}
</style>
background-color css
<style>
a { background-color: #5082AD; }
a { background-color: rgb(80,130,173); }
div.DivClassName
{
background-color: #5082AD;
}
.BgClassName
{
background-color: #5082AD;
}
</style>
border-color css
<style>
span { border-color: #5082AD; }
span { border-color: rgb(80,130,173); }
td.TdClassName
{
border-color: #5082AD;
}
.TagClassName
{
border-color: #5082AD;
}
</style>