Shades of Steel Blue #5283AD
Tints of Steel Blue #5283AD
RGB
CMYK
RGB Variations
Color information
#5283AD (or 0x5283AD) is known color: Steel Blue. HEX triplet: 52, 83 and AD. RGB value is (82,131,173). Sum of RGB (Red+Green+Blue) = 82+131+173=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #5283AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5283AD is #AD7C52. Grayscale: #787878. Windows color (decimal): -11369555 or 11371346. OLE color: 11371346.
HSL color Cylindrical-coordinate representation of color #5283AD: hue angle of 207.69º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5283AD is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 131 | 173 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.32 |
| HSL | 207.69º | 0.36% | 0.5% | - |
| HSV(B) | 207.69º | 0.53% | 0.68% | - |
| XYZ | 19.14 | 21.04 | 42.59 | - |
| YUV | 121.14 | 157.27 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 131 | 173 | 0.53 | 0.24 | 0 | 0.32 | 207.69 | 0.36 | 0.5 |
| Hex | 52 | 83 | AD | 35 | 18 | 0 | 20 | D0 | 24 | 32 |
| Octal | 122 | 203 | 255 | 65 | 30 | 0 | 40 | 320 | 44 | 62 |
| Binary | 1010010 | 10000011 | 10101101 | 110101 | 11000 | 0 | 100000 | 11010000 | 100100 | 110010 |
Color Harmonies of #5283AD
Complementary color
Monochromatic Colors of #5283AD
Black with #5283AD
Text Example
Text Example
White with #5283AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5283AD; }
p { color: rgb(82,131,173); }
H1.HeaderClassName
{
color: #5283AD;
}
.AnyTagClassName
{
color: #5283AD;
}
</style>
background-color css
<style>
a { background-color: #5283AD; }
a { background-color: rgb(82,131,173); }
div.DivClassName
{
background-color: #5283AD;
}
.BgClassName
{
background-color: #5283AD;
}
</style>
border-color css
<style>
span { border-color: #5283AD; }
span { border-color: rgb(82,131,173); }
td.TdClassName
{
border-color: #5283AD;
}
.TagClassName
{
border-color: #5283AD;
}
</style>