Shades of Steel Blue #5280B2
Tints of Steel Blue #5280B2
RGB
CMYK
RGB Variations
Color information
#5280B2 (or 0x5280B2) is known color: Steel Blue. HEX triplet: 52, 80 and B2. RGB value is (82,128,178). Sum of RGB (Red+Green+Blue) = 82+128+178=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 178 - color contains mainly: blue. Hex color #5280B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5280B2 is #AD7F4D. Grayscale: #777777. Windows color (decimal): -11370318 or 11698258. OLE color: 11698258.
HSL color Cylindrical-coordinate representation of color #5280B2: hue angle of 211.25º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5280B2 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 128 | 178 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.30 |
| HSL | 211.25º | 0.38% | 0.51% | - |
| HSV(B) | 211.25º | 0.54% | 0.7% | - |
| XYZ | 19.23 | 20.45 | 45.05 | - |
| YUV | 119.95 | 160.76 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 128 | 178 | 0.54 | 0.28 | 0 | 0.30 | 211.25 | 0.38 | 0.51 |
| Hex | 52 | 80 | B2 | 36 | 1C | 0 | 1E | D3 | 26 | 33 |
| Octal | 122 | 200 | 262 | 66 | 34 | 0 | 36 | 323 | 46 | 63 |
| Binary | 1010010 | 10000000 | 10110010 | 110110 | 11100 | 0 | 11110 | 11010011 | 100110 | 110011 |
Color Harmonies of #5280B2
Complementary color
Monochromatic Colors of #5280B2
Black with #5280B2
Text Example
Text Example
White with #5280B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5280B2; }
p { color: rgb(82,128,178); }
H1.HeaderClassName
{
color: #5280B2;
}
.AnyTagClassName
{
color: #5280B2;
}
</style>
background-color css
<style>
a { background-color: #5280B2; }
a { background-color: rgb(82,128,178); }
div.DivClassName
{
background-color: #5280B2;
}
.BgClassName
{
background-color: #5280B2;
}
</style>
border-color css
<style>
span { border-color: #5280B2; }
span { border-color: rgb(82,128,178); }
td.TdClassName
{
border-color: #5280B2;
}
.TagClassName
{
border-color: #5280B2;
}
</style>