Shades of Steel Blue #5280B3
Tints of Steel Blue #5280B3
RGB
CMYK
RGB Variations
Color information
#5280B3 (or 0x5280B3) is known color: Steel Blue. HEX triplet: 52, 80 and B3. RGB value is (82,128,179). Sum of RGB (Red+Green+Blue) = 82+128+179=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 179 - color contains mainly: blue. Hex color #5280B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5280B3 is #AD7F4C. Grayscale: #777777. Windows color (decimal): -11370317 or 11763794. OLE color: 11763794.
HSL color Cylindrical-coordinate representation of color #5280B3: hue angle of 211.55º degrees, saturation: 0.39, 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 #5280B3 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 128 | 179 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.30 |
| HSL | 211.55º | 0.39% | 0.51% | - |
| HSV(B) | 211.55º | 0.54% | 0.7% | - |
| XYZ | 19.34 | 20.49 | 45.58 | - |
| YUV | 120.06 | 161.26 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 128 | 179 | 0.54 | 0.28 | 0 | 0.30 | 211.55 | 0.39 | 0.51 |
| Hex | 52 | 80 | B3 | 36 | 1C | 0 | 1E | D4 | 27 | 33 |
| Octal | 122 | 200 | 263 | 66 | 34 | 0 | 36 | 324 | 47 | 63 |
| Binary | 1010010 | 10000000 | 10110011 | 110110 | 11100 | 0 | 11110 | 11010100 | 100111 | 110011 |
Color Harmonies of #5280B3
Complementary color
Monochromatic Colors of #5280B3
Black with #5280B3
Text Example
Text Example
White with #5280B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5280B3; }
p { color: rgb(82,128,179); }
H1.HeaderClassName
{
color: #5280B3;
}
.AnyTagClassName
{
color: #5280B3;
}
</style>
background-color css
<style>
a { background-color: #5280B3; }
a { background-color: rgb(82,128,179); }
div.DivClassName
{
background-color: #5280B3;
}
.BgClassName
{
background-color: #5280B3;
}
</style>
border-color css
<style>
span { border-color: #5280B3; }
span { border-color: rgb(82,128,179); }
td.TdClassName
{
border-color: #5280B3;
}
.TagClassName
{
border-color: #5280B3;
}
</style>