Shades of Steel Blue #5285AF
Tints of Steel Blue #5285AF
RGB
CMYK
RGB Variations
Color information
#5285AF (or 0x5285AF) is known color: Steel Blue. HEX triplet: 52, 85 and AF. RGB value is (82,133,175). Sum of RGB (Red+Green+Blue) = 82+133+175=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 133 (52.34% from 255 or 34.10% 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 #5285AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5285AF is #AD7A50. Grayscale: #7A7A7A. Windows color (decimal): -11369041 or 11502930. OLE color: 11502930.
HSL color Cylindrical-coordinate representation of color #5285AF: hue angle of 207.1º 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 #5285AF is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 133 | 175 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.31 |
| HSL | 207.1º | 0.37% | 0.5% | - |
| HSV(B) | 207.1º | 0.53% | 0.69% | - |
| XYZ | 19.61 | 21.66 | 43.71 | - |
| YUV | 122.54 | 157.6 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 133 | 175 | 0.53 | 0.24 | 0 | 0.31 | 207.1 | 0.37 | 0.5 |
| Hex | 52 | 85 | AF | 35 | 18 | 0 | 1F | CF | 25 | 32 |
| Octal | 122 | 205 | 257 | 65 | 30 | 0 | 37 | 317 | 45 | 62 |
| Binary | 1010010 | 10000101 | 10101111 | 110101 | 11000 | 0 | 11111 | 11001111 | 100101 | 110010 |
Color Harmonies of #5285AF
Complementary color
Monochromatic Colors of #5285AF
Black with #5285AF
Text Example
Text Example
White with #5285AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5285AF; }
p { color: rgb(82,133,175); }
H1.HeaderClassName
{
color: #5285AF;
}
.AnyTagClassName
{
color: #5285AF;
}
</style>
background-color css
<style>
a { background-color: #5285AF; }
a { background-color: rgb(82,133,175); }
div.DivClassName
{
background-color: #5285AF;
}
.BgClassName
{
background-color: #5285AF;
}
</style>
border-color css
<style>
span { border-color: #5285AF; }
span { border-color: rgb(82,133,175); }
td.TdClassName
{
border-color: #5285AF;
}
.TagClassName
{
border-color: #5285AF;
}
</style>