Shades of Steel Blue #5283AF
Tints of Steel Blue #5283AF
RGB
CMYK
RGB Variations
Color information
#5283AF (or 0x5283AF) is known color: Steel Blue. HEX triplet: 52, 83 and AF. RGB value is (82,131,175). Sum of RGB (Red+Green+Blue) = 82+131+175=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #5283AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5283AF is #AD7C50. Grayscale: #797979. Windows color (decimal): -11369553 or 11502418. OLE color: 11502418.
HSL color Cylindrical-coordinate representation of color #5283AF: hue angle of 208.39º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5283AF is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 131 | 175 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.31 |
| HSL | 208.39º | 0.37% | 0.5% | - |
| HSV(B) | 208.39º | 0.53% | 0.69% | - |
| XYZ | 19.33 | 21.12 | 43.62 | - |
| YUV | 121.37 | 158.27 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 131 | 175 | 0.53 | 0.25 | 0 | 0.31 | 208.39 | 0.37 | 0.5 |
| Hex | 52 | 83 | AF | 35 | 19 | 0 | 1F | D0 | 25 | 32 |
| Octal | 122 | 203 | 257 | 65 | 31 | 0 | 37 | 320 | 45 | 62 |
| Binary | 1010010 | 10000011 | 10101111 | 110101 | 11001 | 0 | 11111 | 11010000 | 100101 | 110010 |
Color Harmonies of #5283AF
Complementary color
Monochromatic Colors of #5283AF
Black with #5283AF
Text Example
Text Example
White with #5283AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5283AF; }
p { color: rgb(82,131,175); }
H1.HeaderClassName
{
color: #5283AF;
}
.AnyTagClassName
{
color: #5283AF;
}
</style>
background-color css
<style>
a { background-color: #5283AF; }
a { background-color: rgb(82,131,175); }
div.DivClassName
{
background-color: #5283AF;
}
.BgClassName
{
background-color: #5283AF;
}
</style>
border-color css
<style>
span { border-color: #5283AF; }
span { border-color: rgb(82,131,175); }
td.TdClassName
{
border-color: #5283AF;
}
.TagClassName
{
border-color: #5283AF;
}
</style>