Shades of Steel Blue #5187AF
Tints of Steel Blue #5187AF
RGB
CMYK
RGB Variations
Color information
#5187AF (or 0x5187AF) is known color: Steel Blue. HEX triplet: 51, 87 and AF. RGB value is (81,135,175). Sum of RGB (Red+Green+Blue) = 81+135+175=391 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.72% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #5187AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5187AF is #AE7850. Grayscale: #7B7B7B. Windows color (decimal): -11434065 or 11503441. OLE color: 11503441.
HSL color Cylindrical-coordinate representation of color #5187AF: hue angle of 205.53º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5187AF is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 135 | 175 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.31 |
| HSL | 205.53º | 0.37% | 0.5% | - |
| HSV(B) | 205.53º | 0.54% | 0.69% | - |
| XYZ | 19.8 | 22.17 | 43.79 | - |
| YUV | 123.41 | 157.11 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 135 | 175 | 0.54 | 0.23 | 0 | 0.31 | 205.53 | 0.37 | 0.5 |
| Hex | 51 | 87 | AF | 36 | 17 | 0 | 1F | CE | 25 | 32 |
| Octal | 121 | 207 | 257 | 66 | 27 | 0 | 37 | 316 | 45 | 62 |
| Binary | 1010001 | 10000111 | 10101111 | 110110 | 10111 | 0 | 11111 | 11001110 | 100101 | 110010 |
Color Harmonies of #5187AF
Complementary color
Monochromatic Colors of #5187AF
Black with #5187AF
Text Example
Text Example
White with #5187AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5187AF; }
p { color: rgb(81,135,175); }
H1.HeaderClassName
{
color: #5187AF;
}
.AnyTagClassName
{
color: #5187AF;
}
</style>
background-color css
<style>
a { background-color: #5187AF; }
a { background-color: rgb(81,135,175); }
div.DivClassName
{
background-color: #5187AF;
}
.BgClassName
{
background-color: #5187AF;
}
</style>
border-color css
<style>
span { border-color: #5187AF; }
span { border-color: rgb(81,135,175); }
td.TdClassName
{
border-color: #5187AF;
}
.TagClassName
{
border-color: #5187AF;
}
</style>