Shades of Steel Blue #5181AD
Tints of Steel Blue #5181AD
RGB
CMYK
RGB Variations
Color information
#5181AD (or 0x5181AD) is known color: Steel Blue. HEX triplet: 51, 81 and AD. RGB value is (81,129,173). Sum of RGB (Red+Green+Blue) = 81+129+173=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #5181AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5181AD is #AE7E52. Grayscale: #777777. Windows color (decimal): -11435603 or 11370833. OLE color: 11370833.
HSL color Cylindrical-coordinate representation of color #5181AD: hue angle of 208.7º 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 #5181AD is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 129 | 173 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.32 |
| HSL | 208.7º | 0.36% | 0.5% | - |
| HSV(B) | 208.7º | 0.53% | 0.68% | - |
| XYZ | 18.79 | 20.47 | 42.5 | - |
| YUV | 119.66 | 158.1 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 129 | 173 | 0.53 | 0.25 | 0 | 0.32 | 208.7 | 0.36 | 0.5 |
| Hex | 51 | 81 | AD | 35 | 19 | 0 | 20 | D1 | 24 | 32 |
| Octal | 121 | 201 | 255 | 65 | 31 | 0 | 40 | 321 | 44 | 62 |
| Binary | 1010001 | 10000001 | 10101101 | 110101 | 11001 | 0 | 100000 | 11010001 | 100100 | 110010 |
Color Harmonies of #5181AD
Complementary color
Monochromatic Colors of #5181AD
Black with #5181AD
Text Example
Text Example
White with #5181AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5181AD; }
p { color: rgb(81,129,173); }
H1.HeaderClassName
{
color: #5181AD;
}
.AnyTagClassName
{
color: #5181AD;
}
</style>
background-color css
<style>
a { background-color: #5181AD; }
a { background-color: rgb(81,129,173); }
div.DivClassName
{
background-color: #5181AD;
}
.BgClassName
{
background-color: #5181AD;
}
</style>
border-color css
<style>
span { border-color: #5181AD; }
span { border-color: rgb(81,129,173); }
td.TdClassName
{
border-color: #5181AD;
}
.TagClassName
{
border-color: #5181AD;
}
</style>