Shades of Steel Blue #5080AC
Tints of Steel Blue #5080AC
RGB
CMYK
RGB Variations
Color information
#5080AC (or 0x5080AC) is known color: Steel Blue. HEX triplet: 50, 80 and AC. RGB value is (80,128,172). Sum of RGB (Red+Green+Blue) = 80+128+172=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #5080AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5080AC is #AF7F53. Grayscale: #767676. Windows color (decimal): -11501396 or 11305040. OLE color: 11305040.
HSL color Cylindrical-coordinate representation of color #5080AC: hue angle of 208.7º 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 #5080AC is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 128 | 172 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.33 |
| HSL | 208.7º | 0.37% | 0.49% | - |
| HSV(B) | 208.7º | 0.53% | 0.67% | - |
| XYZ | 18.47 | 20.12 | 41.94 | - |
| YUV | 118.66 | 158.1 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 128 | 172 | 0.53 | 0.26 | 0 | 0.33 | 208.7 | 0.37 | 0.49 |
| Hex | 50 | 80 | AC | 35 | 1A | 0 | 21 | D1 | 25 | 31 |
| Octal | 120 | 200 | 254 | 65 | 32 | 0 | 41 | 321 | 45 | 61 |
| Binary | 1010000 | 10000000 | 10101100 | 110101 | 11010 | 0 | 100001 | 11010001 | 100101 | 110001 |
Color Harmonies of #5080AC
Complementary color
Monochromatic Colors of #5080AC
Black with #5080AC
Text Example
Text Example
White with #5080AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5080AC; }
p { color: rgb(80,128,172); }
H1.HeaderClassName
{
color: #5080AC;
}
.AnyTagClassName
{
color: #5080AC;
}
</style>
background-color css
<style>
a { background-color: #5080AC; }
a { background-color: rgb(80,128,172); }
div.DivClassName
{
background-color: #5080AC;
}
.BgClassName
{
background-color: #5080AC;
}
</style>
border-color css
<style>
span { border-color: #5080AC; }
span { border-color: rgb(80,128,172); }
td.TdClassName
{
border-color: #5080AC;
}
.TagClassName
{
border-color: #5080AC;
}
</style>