Shades of Steel Blue #5379AE
Tints of Steel Blue #5379AE
RGB
CMYK
RGB Variations
Color information
#5379AE (or 0x5379AE) is known color: Steel Blue. HEX triplet: 53, 79 and AE. RGB value is (83,121,174). Sum of RGB (Red+Green+Blue) = 83+121+174=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #5379AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5379AE is #AC8651. Grayscale: #737373. Windows color (decimal): -11306578 or 11434323. OLE color: 11434323.
HSL color Cylindrical-coordinate representation of color #5379AE: hue angle of 214.95º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5379AE is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 121 | 174 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.32 |
| HSL | 214.95º | 0.36% | 0.5% | - |
| HSV(B) | 214.95º | 0.52% | 0.68% | - |
| XYZ | 18.04 | 18.57 | 42.68 | - |
| YUV | 115.68 | 160.91 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 121 | 174 | 0.52 | 0.30 | 0 | 0.32 | 214.95 | 0.36 | 0.5 |
| Hex | 53 | 79 | AE | 34 | 1E | 0 | 20 | D7 | 24 | 32 |
| Octal | 123 | 171 | 256 | 64 | 36 | 0 | 40 | 327 | 44 | 62 |
| Binary | 1010011 | 1111001 | 10101110 | 110100 | 11110 | 0 | 100000 | 11010111 | 100100 | 110010 |
Color Harmonies of #5379AE
Complementary color
Monochromatic Colors of #5379AE
Black with #5379AE
Text Example
Text Example
White with #5379AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5379AE; }
p { color: rgb(83,121,174); }
H1.HeaderClassName
{
color: #5379AE;
}
.AnyTagClassName
{
color: #5379AE;
}
</style>
background-color css
<style>
a { background-color: #5379AE; }
a { background-color: rgb(83,121,174); }
div.DivClassName
{
background-color: #5379AE;
}
.BgClassName
{
background-color: #5379AE;
}
</style>
border-color css
<style>
span { border-color: #5379AE; }
span { border-color: rgb(83,121,174); }
td.TdClassName
{
border-color: #5379AE;
}
.TagClassName
{
border-color: #5379AE;
}
</style>