Shades of Steel Blue #5280AC
Tints of Steel Blue #5280AC
RGB
CMYK
RGB Variations
Color information
#5280AC (or 0x5280AC) is known color: Steel Blue. HEX triplet: 52, 80 and AC. RGB value is (82,128,172). Sum of RGB (Red+Green+Blue) = 82+128+172=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #5280AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5280AC is #AD7F53. Grayscale: #777777. Windows color (decimal): -11370324 or 11305042. OLE color: 11305042.
HSL color Cylindrical-coordinate representation of color #5280AC: hue angle of 209.33º 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 #5280AC is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 128 | 172 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.33 |
| HSL | 209.33º | 0.35% | 0.5% | - |
| HSV(B) | 209.33º | 0.52% | 0.67% | - |
| XYZ | 18.65 | 20.21 | 41.95 | - |
| YUV | 119.26 | 157.76 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 128 | 172 | 0.52 | 0.26 | 0 | 0.33 | 209.33 | 0.35 | 0.5 |
| Hex | 52 | 80 | AC | 34 | 1A | 0 | 21 | D1 | 23 | 32 |
| Octal | 122 | 200 | 254 | 64 | 32 | 0 | 41 | 321 | 43 | 62 |
| Binary | 1010010 | 10000000 | 10101100 | 110100 | 11010 | 0 | 100001 | 11010001 | 100011 | 110010 |
Color Harmonies of #5280AC
Complementary color
Monochromatic Colors of #5280AC
Black with #5280AC
Text Example
Text Example
White with #5280AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5280AC; }
p { color: rgb(82,128,172); }
H1.HeaderClassName
{
color: #5280AC;
}
.AnyTagClassName
{
color: #5280AC;
}
</style>
background-color css
<style>
a { background-color: #5280AC; }
a { background-color: rgb(82,128,172); }
div.DivClassName
{
background-color: #5280AC;
}
.BgClassName
{
background-color: #5280AC;
}
</style>
border-color css
<style>
span { border-color: #5280AC; }
span { border-color: rgb(82,128,172); }
td.TdClassName
{
border-color: #5280AC;
}
.TagClassName
{
border-color: #5280AC;
}
</style>