Shades of Steel Blue #5082AF
Tints of Steel Blue #5082AF
RGB
CMYK
RGB Variations
Color information
#5082AF (or 0x5082AF) is known color: Steel Blue. HEX triplet: 50, 82 and AF. RGB value is (80,130,175). Sum of RGB (Red+Green+Blue) = 80+130+175=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #5082AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5082AF is #AF7D50. Grayscale: #777777. Windows color (decimal): -11500881 or 11502160. OLE color: 11502160.
HSL color Cylindrical-coordinate representation of color #5082AF: hue angle of 208.42º 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 #5082AF is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 130 | 175 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.31 |
| HSL | 208.42º | 0.37% | 0.5% | - |
| HSV(B) | 208.42º | 0.54% | 0.69% | - |
| XYZ | 19.03 | 20.77 | 43.56 | - |
| YUV | 120.18 | 158.94 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 130 | 175 | 0.54 | 0.26 | 0 | 0.31 | 208.42 | 0.37 | 0.5 |
| Hex | 50 | 82 | AF | 36 | 1A | 0 | 1F | D0 | 25 | 32 |
| Octal | 120 | 202 | 257 | 66 | 32 | 0 | 37 | 320 | 45 | 62 |
| Binary | 1010000 | 10000010 | 10101111 | 110110 | 11010 | 0 | 11111 | 11010000 | 100101 | 110010 |
Color Harmonies of #5082AF
Complementary color
Monochromatic Colors of #5082AF
Black with #5082AF
Text Example
Text Example
White with #5082AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5082AF; }
p { color: rgb(80,130,175); }
H1.HeaderClassName
{
color: #5082AF;
}
.AnyTagClassName
{
color: #5082AF;
}
</style>
background-color css
<style>
a { background-color: #5082AF; }
a { background-color: rgb(80,130,175); }
div.DivClassName
{
background-color: #5082AF;
}
.BgClassName
{
background-color: #5082AF;
}
</style>
border-color css
<style>
span { border-color: #5082AF; }
span { border-color: rgb(80,130,175); }
td.TdClassName
{
border-color: #5082AF;
}
.TagClassName
{
border-color: #5082AF;
}
</style>