Shades of Steel Blue #5279AB
Tints of Steel Blue #5279AB
RGB
CMYK
RGB Variations
Color information
#5279AB (or 0x5279AB) is known color: Steel Blue. HEX triplet: 52, 79 and AB. RGB value is (82,121,171). Sum of RGB (Red+Green+Blue) = 82+121+171=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #5279AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5279AB is #AD8654. Grayscale: #727272. Windows color (decimal): -11372117 or 11237714. OLE color: 11237714.
HSL color Cylindrical-coordinate representation of color #5279AB: hue angle of 213.71º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5279AB is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 121 | 171 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.33 |
| HSL | 213.71º | 0.35% | 0.5% | - |
| HSV(B) | 213.71º | 0.52% | 0.67% | - |
| XYZ | 17.67 | 18.41 | 41.15 | - |
| YUV | 115.04 | 159.58 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 121 | 171 | 0.52 | 0.29 | 0 | 0.33 | 213.71 | 0.35 | 0.5 |
| Hex | 52 | 79 | AB | 34 | 1D | 0 | 21 | D6 | 23 | 32 |
| Octal | 122 | 171 | 253 | 64 | 35 | 0 | 41 | 326 | 43 | 62 |
| Binary | 1010010 | 1111001 | 10101011 | 110100 | 11101 | 0 | 100001 | 11010110 | 100011 | 110010 |
Color Harmonies of #5279AB
Complementary color
Monochromatic Colors of #5279AB
Black with #5279AB
Text Example
Text Example
White with #5279AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5279AB; }
p { color: rgb(82,121,171); }
H1.HeaderClassName
{
color: #5279AB;
}
.AnyTagClassName
{
color: #5279AB;
}
</style>
background-color css
<style>
a { background-color: #5279AB; }
a { background-color: rgb(82,121,171); }
div.DivClassName
{
background-color: #5279AB;
}
.BgClassName
{
background-color: #5279AB;
}
</style>
border-color css
<style>
span { border-color: #5279AB; }
span { border-color: rgb(82,121,171); }
td.TdClassName
{
border-color: #5279AB;
}
.TagClassName
{
border-color: #5279AB;
}
</style>