Shades of Steel Blue #5483AF
Tints of Steel Blue #5483AF
RGB
CMYK
RGB Variations
Color information
#5483AF (or 0x5483AF) is known color: Steel Blue. HEX triplet: 54, 83 and AF. RGB value is (84,131,175). Sum of RGB (Red+Green+Blue) = 84+131+175=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #5483AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5483AF is #AB7C50. Grayscale: #797979. Windows color (decimal): -11238481 or 11502420. OLE color: 11502420.
HSL color Cylindrical-coordinate representation of color #5483AF: hue angle of 209.01º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5483AF is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 131 | 175 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.31 |
| HSL | 209.01º | 0.36% | 0.51% | - |
| HSV(B) | 209.01º | 0.52% | 0.69% | - |
| XYZ | 19.51 | 21.21 | 43.62 | - |
| YUV | 121.96 | 157.93 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 131 | 175 | 0.52 | 0.25 | 0 | 0.31 | 209.01 | 0.36 | 0.51 |
| Hex | 54 | 83 | AF | 34 | 19 | 0 | 1F | D1 | 24 | 33 |
| Octal | 124 | 203 | 257 | 64 | 31 | 0 | 37 | 321 | 44 | 63 |
| Binary | 1010100 | 10000011 | 10101111 | 110100 | 11001 | 0 | 11111 | 11010001 | 100100 | 110011 |
Color Harmonies of #5483AF
Complementary color
Monochromatic Colors of #5483AF
Black with #5483AF
Text Example
Text Example
White with #5483AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5483AF; }
p { color: rgb(84,131,175); }
H1.HeaderClassName
{
color: #5483AF;
}
.AnyTagClassName
{
color: #5483AF;
}
</style>
background-color css
<style>
a { background-color: #5483AF; }
a { background-color: rgb(84,131,175); }
div.DivClassName
{
background-color: #5483AF;
}
.BgClassName
{
background-color: #5483AF;
}
</style>
border-color css
<style>
span { border-color: #5483AF; }
span { border-color: rgb(84,131,175); }
td.TdClassName
{
border-color: #5483AF;
}
.TagClassName
{
border-color: #5483AF;
}
</style>