Shades of Steel Blue #5083AB
Tints of Steel Blue #5083AB
RGB
CMYK
RGB Variations
Color information
#5083AB (or 0x5083AB) is known color: Steel Blue. HEX triplet: 50, 83 and AB. RGB value is (80,131,171). Sum of RGB (Red+Green+Blue) = 80+131+171=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #5083AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5083AB is #AF7C54. Grayscale: #787878. Windows color (decimal): -11500629 or 11240272. OLE color: 11240272.
HSL color Cylindrical-coordinate representation of color #5083AB: hue angle of 206.37º 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 #5083AB is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 131 | 171 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.33 |
| HSL | 206.37º | 0.36% | 0.49% | - |
| HSV(B) | 206.37º | 0.53% | 0.67% | - |
| XYZ | 18.78 | 20.88 | 41.57 | - |
| YUV | 120.31 | 156.6 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 131 | 171 | 0.53 | 0.23 | 0 | 0.33 | 206.37 | 0.36 | 0.49 |
| Hex | 50 | 83 | AB | 35 | 17 | 0 | 21 | CE | 24 | 31 |
| Octal | 120 | 203 | 253 | 65 | 27 | 0 | 41 | 316 | 44 | 61 |
| Binary | 1010000 | 10000011 | 10101011 | 110101 | 10111 | 0 | 100001 | 11001110 | 100100 | 110001 |
Color Harmonies of #5083AB
Complementary color
Monochromatic Colors of #5083AB
Black with #5083AB
Text Example
Text Example
White with #5083AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5083AB; }
p { color: rgb(80,131,171); }
H1.HeaderClassName
{
color: #5083AB;
}
.AnyTagClassName
{
color: #5083AB;
}
</style>
background-color css
<style>
a { background-color: #5083AB; }
a { background-color: rgb(80,131,171); }
div.DivClassName
{
background-color: #5083AB;
}
.BgClassName
{
background-color: #5083AB;
}
</style>
border-color css
<style>
span { border-color: #5083AB; }
span { border-color: rgb(80,131,171); }
td.TdClassName
{
border-color: #5083AB;
}
.TagClassName
{
border-color: #5083AB;
}
</style>