Shades of Steel Blue #5079AC
Tints of Steel Blue #5079AC
RGB
CMYK
RGB Variations
Color information
#5079AC (or 0x5079AC) is known color: Steel Blue. HEX triplet: 50, 79 and AC. RGB value is (80,121,172). Sum of RGB (Red+Green+Blue) = 80+121+172=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #5079AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5079AC is #AF8653. Grayscale: #727272. Windows color (decimal): -11503188 or 11303248. OLE color: 11303248.
HSL color Cylindrical-coordinate representation of color #5079AC: hue angle of 213.26º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5079AC is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 121 | 172 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.33 |
| HSL | 213.26º | 0.37% | 0.49% | - |
| HSV(B) | 213.26º | 0.53% | 0.67% | - |
| XYZ | 17.59 | 18.36 | 41.65 | - |
| YUV | 114.56 | 160.42 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 121 | 172 | 0.53 | 0.30 | 0 | 0.33 | 213.26 | 0.37 | 0.49 |
| Hex | 50 | 79 | AC | 35 | 1E | 0 | 21 | D5 | 25 | 31 |
| Octal | 120 | 171 | 254 | 65 | 36 | 0 | 41 | 325 | 45 | 61 |
| Binary | 1010000 | 1111001 | 10101100 | 110101 | 11110 | 0 | 100001 | 11010101 | 100101 | 110001 |
Color Harmonies of #5079AC
Complementary color
Monochromatic Colors of #5079AC
Black with #5079AC
Text Example
Text Example
White with #5079AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5079AC; }
p { color: rgb(80,121,172); }
H1.HeaderClassName
{
color: #5079AC;
}
.AnyTagClassName
{
color: #5079AC;
}
</style>
background-color css
<style>
a { background-color: #5079AC; }
a { background-color: rgb(80,121,172); }
div.DivClassName
{
background-color: #5079AC;
}
.BgClassName
{
background-color: #5079AC;
}
</style>
border-color css
<style>
span { border-color: #5079AC; }
span { border-color: rgb(80,121,172); }
td.TdClassName
{
border-color: #5079AC;
}
.TagClassName
{
border-color: #5079AC;
}
</style>