Shades of Steel Blue #5379AC
Tints of Steel Blue #5379AC
RGB
CMYK
RGB Variations
Color information
#5379AC (or 0x5379AC) is known color: Steel Blue. HEX triplet: 53, 79 and AC. RGB value is (83,121,172). Sum of RGB (Red+Green+Blue) = 83+121+172=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #5379AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5379AC is #AC8653. Grayscale: #737373. Windows color (decimal): -11306580 or 11303251. OLE color: 11303251.
HSL color Cylindrical-coordinate representation of color #5379AC: hue angle of 214.38º 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 #5379AC is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 121 | 172 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.33 |
| HSL | 214.38º | 0.35% | 0.5% | - |
| HSV(B) | 214.38º | 0.52% | 0.67% | - |
| XYZ | 17.85 | 18.49 | 41.66 | - |
| YUV | 115.45 | 159.91 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 121 | 172 | 0.52 | 0.30 | 0 | 0.33 | 214.38 | 0.35 | 0.5 |
| Hex | 53 | 79 | AC | 34 | 1E | 0 | 21 | D6 | 23 | 32 |
| Octal | 123 | 171 | 254 | 64 | 36 | 0 | 41 | 326 | 43 | 62 |
| Binary | 1010011 | 1111001 | 10101100 | 110100 | 11110 | 0 | 100001 | 11010110 | 100011 | 110010 |
Color Harmonies of #5379AC
Complementary color
Monochromatic Colors of #5379AC
Black with #5379AC
Text Example
Text Example
White with #5379AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5379AC; }
p { color: rgb(83,121,172); }
H1.HeaderClassName
{
color: #5379AC;
}
.AnyTagClassName
{
color: #5379AC;
}
</style>
background-color css
<style>
a { background-color: #5379AC; }
a { background-color: rgb(83,121,172); }
div.DivClassName
{
background-color: #5379AC;
}
.BgClassName
{
background-color: #5379AC;
}
</style>
border-color css
<style>
span { border-color: #5379AC; }
span { border-color: rgb(83,121,172); }
td.TdClassName
{
border-color: #5379AC;
}
.TagClassName
{
border-color: #5379AC;
}
</style>