Shades of Steel Blue #5283B0
Tints of Steel Blue #5283B0
RGB
CMYK
RGB Variations
Color information
#5283B0 (or 0x5283B0) is known color: Steel Blue. HEX triplet: 52, 83 and B0. RGB value is (82,131,176). Sum of RGB (Red+Green+Blue) = 82+131+176=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 176 - color contains mainly: blue. Hex color #5283B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5283B0 is #AD7C4F. Grayscale: #797979. Windows color (decimal): -11369552 or 11567954. OLE color: 11567954.
HSL color Cylindrical-coordinate representation of color #5283B0: hue angle of 208.72º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5283B0 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 131 | 176 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.31 |
| HSL | 208.72º | 0.37% | 0.51% | - |
| HSV(B) | 208.72º | 0.53% | 0.69% | - |
| XYZ | 19.43 | 21.16 | 44.13 | - |
| YUV | 121.48 | 158.77 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 131 | 176 | 0.53 | 0.26 | 0 | 0.31 | 208.72 | 0.37 | 0.51 |
| Hex | 52 | 83 | B0 | 35 | 1A | 0 | 1F | D1 | 25 | 33 |
| Octal | 122 | 203 | 260 | 65 | 32 | 0 | 37 | 321 | 45 | 63 |
| Binary | 1010010 | 10000011 | 10110000 | 110101 | 11010 | 0 | 11111 | 11010001 | 100101 | 110011 |
Color Harmonies of #5283B0
Complementary color
Monochromatic Colors of #5283B0
Black with #5283B0
Text Example
Text Example
White with #5283B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5283B0; }
p { color: rgb(82,131,176); }
H1.HeaderClassName
{
color: #5283B0;
}
.AnyTagClassName
{
color: #5283B0;
}
</style>
background-color css
<style>
a { background-color: #5283B0; }
a { background-color: rgb(82,131,176); }
div.DivClassName
{
background-color: #5283B0;
}
.BgClassName
{
background-color: #5283B0;
}
</style>
border-color css
<style>
span { border-color: #5283B0; }
span { border-color: rgb(82,131,176); }
td.TdClassName
{
border-color: #5283B0;
}
.TagClassName
{
border-color: #5283B0;
}
</style>