Shades of Steel Blue #5280AF
Tints of Steel Blue #5280AF
RGB
CMYK
RGB Variations
Color information
#5280AF (or 0x5280AF) is known color: Steel Blue. HEX triplet: 52, 80 and AF. RGB value is (82,128,175). Sum of RGB (Red+Green+Blue) = 82+128+175=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 128 (50.39% from 255 or 33.25% 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 #5280AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5280AF is #AD7F50. Grayscale: #777777. Windows color (decimal): -11370321 or 11501650. OLE color: 11501650.
HSL color Cylindrical-coordinate representation of color #5280AF: hue angle of 210.32º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5280AF is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 128 | 175 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.31 |
| HSL | 210.32º | 0.37% | 0.5% | - |
| HSV(B) | 210.32º | 0.53% | 0.69% | - |
| XYZ | 18.94 | 20.33 | 43.48 | - |
| YUV | 119.6 | 159.26 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 128 | 175 | 0.53 | 0.27 | 0 | 0.31 | 210.32 | 0.37 | 0.5 |
| Hex | 52 | 80 | AF | 35 | 1B | 0 | 1F | D2 | 25 | 32 |
| Octal | 122 | 200 | 257 | 65 | 33 | 0 | 37 | 322 | 45 | 62 |
| Binary | 1010010 | 10000000 | 10101111 | 110101 | 11011 | 0 | 11111 | 11010010 | 100101 | 110010 |
Color Harmonies of #5280AF
Complementary color
Monochromatic Colors of #5280AF
Black with #5280AF
Text Example
Text Example
White with #5280AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5280AF; }
p { color: rgb(82,128,175); }
H1.HeaderClassName
{
color: #5280AF;
}
.AnyTagClassName
{
color: #5280AF;
}
</style>
background-color css
<style>
a { background-color: #5280AF; }
a { background-color: rgb(82,128,175); }
div.DivClassName
{
background-color: #5280AF;
}
.BgClassName
{
background-color: #5280AF;
}
</style>
border-color css
<style>
span { border-color: #5280AF; }
span { border-color: rgb(82,128,175); }
td.TdClassName
{
border-color: #5280AF;
}
.TagClassName
{
border-color: #5280AF;
}
</style>