Shades of Steel Blue #5280AB
Tints of Steel Blue #5280AB
RGB
CMYK
RGB Variations
Color information
#5280AB (or 0x5280AB) is known color: Steel Blue. HEX triplet: 52, 80 and AB. RGB value is (82,128,171). Sum of RGB (Red+Green+Blue) = 82+128+171=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #5280AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5280AB is #AD7F54. Grayscale: #767676. Windows color (decimal): -11370325 or 11239506. OLE color: 11239506.
HSL color Cylindrical-coordinate representation of color #5280AB: hue angle of 208.99º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5280AB is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 128 | 171 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.33 |
| HSL | 208.99º | 0.35% | 0.5% | - |
| HSV(B) | 208.99º | 0.52% | 0.67% | - |
| XYZ | 18.55 | 20.17 | 41.44 | - |
| YUV | 119.15 | 157.26 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 128 | 171 | 0.52 | 0.25 | 0 | 0.33 | 208.99 | 0.35 | 0.5 |
| Hex | 52 | 80 | AB | 34 | 19 | 0 | 21 | D1 | 23 | 32 |
| Octal | 122 | 200 | 253 | 64 | 31 | 0 | 41 | 321 | 43 | 62 |
| Binary | 1010010 | 10000000 | 10101011 | 110100 | 11001 | 0 | 100001 | 11010001 | 100011 | 110010 |
Color Harmonies of #5280AB
Complementary color
Monochromatic Colors of #5280AB
Black with #5280AB
Text Example
Text Example
White with #5280AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5280AB; }
p { color: rgb(82,128,171); }
H1.HeaderClassName
{
color: #5280AB;
}
.AnyTagClassName
{
color: #5280AB;
}
</style>
background-color css
<style>
a { background-color: #5280AB; }
a { background-color: rgb(82,128,171); }
div.DivClassName
{
background-color: #5280AB;
}
.BgClassName
{
background-color: #5280AB;
}
</style>
border-color css
<style>
span { border-color: #5280AB; }
span { border-color: rgb(82,128,171); }
td.TdClassName
{
border-color: #5280AB;
}
.TagClassName
{
border-color: #5280AB;
}
</style>