Shades of Steel Blue #5280AA
Tints of Steel Blue #5280AA
RGB
CMYK
RGB Variations
Color information
#5280AA (or 0x5280AA) is known color: Steel Blue. HEX triplet: 52, 80 and AA. RGB value is (82,128,170). Sum of RGB (Red+Green+Blue) = 82+128+170=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #5280AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5280AA is #AD7F55. Grayscale: #767676. Windows color (decimal): -11370326 or 11173970. OLE color: 11173970.
HSL color Cylindrical-coordinate representation of color #5280AA: hue angle of 208.64º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5280AA is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 128 | 170 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.33 |
| HSL | 208.64º | 0.35% | 0.49% | - |
| HSV(B) | 208.64º | 0.52% | 0.67% | - |
| XYZ | 18.45 | 20.13 | 40.94 | - |
| YUV | 119.03 | 156.76 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 128 | 170 | 0.52 | 0.25 | 0 | 0.33 | 208.64 | 0.35 | 0.49 |
| Hex | 52 | 80 | AA | 34 | 19 | 0 | 21 | D1 | 23 | 31 |
| Octal | 122 | 200 | 252 | 64 | 31 | 0 | 41 | 321 | 43 | 61 |
| Binary | 1010010 | 10000000 | 10101010 | 110100 | 11001 | 0 | 100001 | 11010001 | 100011 | 110001 |
Color Harmonies of #5280AA
Complementary color
Monochromatic Colors of #5280AA
Black with #5280AA
Text Example
Text Example
White with #5280AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5280AA; }
p { color: rgb(82,128,170); }
H1.HeaderClassName
{
color: #5280AA;
}
.AnyTagClassName
{
color: #5280AA;
}
</style>
background-color css
<style>
a { background-color: #5280AA; }
a { background-color: rgb(82,128,170); }
div.DivClassName
{
background-color: #5280AA;
}
.BgClassName
{
background-color: #5280AA;
}
</style>
border-color css
<style>
span { border-color: #5280AA; }
span { border-color: rgb(82,128,170); }
td.TdClassName
{
border-color: #5280AA;
}
.TagClassName
{
border-color: #5280AA;
}
</style>