Shades of Steel Blue #5183AB
Tints of Steel Blue #5183AB
RGB
CMYK
RGB Variations
Color information
#5183AB (or 0x5183AB) is known color: Steel Blue. HEX triplet: 51, 83 and AB. RGB value is (81,131,171). Sum of RGB (Red+Green+Blue) = 81+131+171=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #5183AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5183AB is #AE7C54. Grayscale: #787878. Windows color (decimal): -11435093 or 11240273. OLE color: 11240273.
HSL color Cylindrical-coordinate representation of color #5183AB: hue angle of 206.67º degrees, saturation: 0.36, 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 #5183AB is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 131 | 171 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.33 |
| HSL | 206.67º | 0.36% | 0.49% | - |
| HSV(B) | 206.67º | 0.53% | 0.67% | - |
| XYZ | 18.86 | 20.92 | 41.57 | - |
| YUV | 120.61 | 156.44 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 131 | 171 | 0.53 | 0.23 | 0 | 0.33 | 206.67 | 0.36 | 0.49 |
| Hex | 51 | 83 | AB | 35 | 17 | 0 | 21 | CF | 24 | 31 |
| Octal | 121 | 203 | 253 | 65 | 27 | 0 | 41 | 317 | 44 | 61 |
| Binary | 1010001 | 10000011 | 10101011 | 110101 | 10111 | 0 | 100001 | 11001111 | 100100 | 110001 |
Color Harmonies of #5183AB
Complementary color
Monochromatic Colors of #5183AB
Black with #5183AB
Text Example
Text Example
White with #5183AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5183AB; }
p { color: rgb(81,131,171); }
H1.HeaderClassName
{
color: #5183AB;
}
.AnyTagClassName
{
color: #5183AB;
}
</style>
background-color css
<style>
a { background-color: #5183AB; }
a { background-color: rgb(81,131,171); }
div.DivClassName
{
background-color: #5183AB;
}
.BgClassName
{
background-color: #5183AB;
}
</style>
border-color css
<style>
span { border-color: #5183AB; }
span { border-color: rgb(81,131,171); }
td.TdClassName
{
border-color: #5183AB;
}
.TagClassName
{
border-color: #5183AB;
}
</style>