Shades of Steel Blue #5180AD
Tints of Steel Blue #5180AD
RGB
CMYK
RGB Variations
Color information
#5180AD (or 0x5180AD) is known color: Steel Blue. HEX triplet: 51, 80 and AD. RGB value is (81,128,173). Sum of RGB (Red+Green+Blue) = 81+128+173=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #5180AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5180AD is #AE7F52. Grayscale: #767676. Windows color (decimal): -11435859 or 11370577. OLE color: 11370577.
HSL color Cylindrical-coordinate representation of color #5180AD: hue angle of 209.35º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5180AD is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 128 | 173 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.32 |
| HSL | 209.35º | 0.36% | 0.5% | - |
| HSV(B) | 209.35º | 0.53% | 0.68% | - |
| XYZ | 18.66 | 20.2 | 42.45 | - |
| YUV | 119.08 | 158.43 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 128 | 173 | 0.53 | 0.26 | 0 | 0.32 | 209.35 | 0.36 | 0.5 |
| Hex | 51 | 80 | AD | 35 | 1A | 0 | 20 | D1 | 24 | 32 |
| Octal | 121 | 200 | 255 | 65 | 32 | 0 | 40 | 321 | 44 | 62 |
| Binary | 1010001 | 10000000 | 10101101 | 110101 | 11010 | 0 | 100000 | 11010001 | 100100 | 110010 |
Color Harmonies of #5180AD
Complementary color
Monochromatic Colors of #5180AD
Black with #5180AD
Text Example
Text Example
White with #5180AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5180AD; }
p { color: rgb(81,128,173); }
H1.HeaderClassName
{
color: #5180AD;
}
.AnyTagClassName
{
color: #5180AD;
}
</style>
background-color css
<style>
a { background-color: #5180AD; }
a { background-color: rgb(81,128,173); }
div.DivClassName
{
background-color: #5180AD;
}
.BgClassName
{
background-color: #5180AD;
}
</style>
border-color css
<style>
span { border-color: #5180AD; }
span { border-color: rgb(81,128,173); }
td.TdClassName
{
border-color: #5180AD;
}
.TagClassName
{
border-color: #5180AD;
}
</style>