Shades of Steel Blue #5183AC
Tints of Steel Blue #5183AC
RGB
CMYK
RGB Variations
Color information
#5183AC (or 0x5183AC) is known color: Steel Blue. HEX triplet: 51, 83 and AC. RGB value is (81,131,172). Sum of RGB (Red+Green+Blue) = 81+131+172=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #5183AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5183AC is #AE7C53. Grayscale: #787878. Windows color (decimal): -11435092 or 11305809. OLE color: 11305809.
HSL color Cylindrical-coordinate representation of color #5183AC: hue angle of 207.03º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5183AC is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 131 | 172 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.33 |
| HSL | 207.03º | 0.36% | 0.5% | - |
| HSV(B) | 207.03º | 0.53% | 0.67% | - |
| XYZ | 18.96 | 20.96 | 42.08 | - |
| YUV | 120.72 | 156.94 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 131 | 172 | 0.53 | 0.24 | 0 | 0.33 | 207.03 | 0.36 | 0.5 |
| Hex | 51 | 83 | AC | 35 | 18 | 0 | 21 | CF | 24 | 32 |
| Octal | 121 | 203 | 254 | 65 | 30 | 0 | 41 | 317 | 44 | 62 |
| Binary | 1010001 | 10000011 | 10101100 | 110101 | 11000 | 0 | 100001 | 11001111 | 100100 | 110010 |
Color Harmonies of #5183AC
Complementary color
Monochromatic Colors of #5183AC
Black with #5183AC
Text Example
Text Example
White with #5183AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5183AC; }
p { color: rgb(81,131,172); }
H1.HeaderClassName
{
color: #5183AC;
}
.AnyTagClassName
{
color: #5183AC;
}
</style>
background-color css
<style>
a { background-color: #5183AC; }
a { background-color: rgb(81,131,172); }
div.DivClassName
{
background-color: #5183AC;
}
.BgClassName
{
background-color: #5183AC;
}
</style>
border-color css
<style>
span { border-color: #5183AC; }
span { border-color: rgb(81,131,172); }
td.TdClassName
{
border-color: #5183AC;
}
.TagClassName
{
border-color: #5183AC;
}
</style>