Shades of Steel Blue #5279AD
Tints of Steel Blue #5279AD
RGB
CMYK
RGB Variations
Color information
#5279AD (or 0x5279AD) is known color: Steel Blue. HEX triplet: 52, 79 and AD. RGB value is (82,121,173). Sum of RGB (Red+Green+Blue) = 82+121+173=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #5279AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5279AD is #AD8652. Grayscale: #737373. Windows color (decimal): -11372115 or 11368786. OLE color: 11368786.
HSL color Cylindrical-coordinate representation of color #5279AD: hue angle of 214.29º 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 #5279AD is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 121 | 173 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.32 |
| HSL | 214.29º | 0.36% | 0.5% | - |
| HSV(B) | 214.29º | 0.53% | 0.68% | - |
| XYZ | 17.86 | 18.49 | 42.16 | - |
| YUV | 115.27 | 160.58 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 121 | 173 | 0.53 | 0.30 | 0 | 0.32 | 214.29 | 0.36 | 0.5 |
| Hex | 52 | 79 | AD | 35 | 1E | 0 | 20 | D6 | 24 | 32 |
| Octal | 122 | 171 | 255 | 65 | 36 | 0 | 40 | 326 | 44 | 62 |
| Binary | 1010010 | 1111001 | 10101101 | 110101 | 11110 | 0 | 100000 | 11010110 | 100100 | 110010 |
Color Harmonies of #5279AD
Complementary color
Monochromatic Colors of #5279AD
Black with #5279AD
Text Example
Text Example
White with #5279AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5279AD; }
p { color: rgb(82,121,173); }
H1.HeaderClassName
{
color: #5279AD;
}
.AnyTagClassName
{
color: #5279AD;
}
</style>
background-color css
<style>
a { background-color: #5279AD; }
a { background-color: rgb(82,121,173); }
div.DivClassName
{
background-color: #5279AD;
}
.BgClassName
{
background-color: #5279AD;
}
</style>
border-color css
<style>
span { border-color: #5279AD; }
span { border-color: rgb(82,121,173); }
td.TdClassName
{
border-color: #5279AD;
}
.TagClassName
{
border-color: #5279AD;
}
</style>