Shades of Steel Blue #5185B7
Tints of Steel Blue #5185B7
RGB
CMYK
RGB Variations
Color information
#5185B7 (or 0x5185B7) is known color: Steel Blue. HEX triplet: 51, 85 and B7. RGB value is (81,133,183). Sum of RGB (Red+Green+Blue) = 81+133+183=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 183 (71.88% from 255 or 46.10% from 397); Max value from RGB is 183 - color contains mainly: blue. Hex color #5185B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5185B7 is #AE7A48. Grayscale: #7A7A7A. Windows color (decimal): -11434569 or 12027217. OLE color: 12027217.
HSL color Cylindrical-coordinate representation of color #5185B7: hue angle of 209.41º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5185B7 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 81 | 133 | 183 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.28 |
| HSL | 209.41º | 0.41% | 0.52% | - |
| HSV(B) | 209.41º | 0.56% | 0.72% | - |
| XYZ | 20.33 | 21.94 | 47.96 | - |
| YUV | 123.15 | 161.77 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 133 | 183 | 0.56 | 0.27 | 0 | 0.28 | 209.41 | 0.41 | 0.52 |
| Hex | 51 | 85 | B7 | 38 | 1B | 0 | 1C | D1 | 29 | 34 |
| Octal | 121 | 205 | 267 | 70 | 33 | 0 | 34 | 321 | 51 | 64 |
| Binary | 1010001 | 10000101 | 10110111 | 111000 | 11011 | 0 | 11100 | 11010001 | 101001 | 110100 |
Color Harmonies of #5185B7
Complementary color
Monochromatic Colors of #5185B7
Black with #5185B7
Text Example
Text Example
White with #5185B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5185B7; }
p { color: rgb(81,133,183); }
H1.HeaderClassName
{
color: #5185B7;
}
.AnyTagClassName
{
color: #5185B7;
}
</style>
background-color css
<style>
a { background-color: #5185B7; }
a { background-color: rgb(81,133,183); }
div.DivClassName
{
background-color: #5185B7;
}
.BgClassName
{
background-color: #5185B7;
}
</style>
border-color css
<style>
span { border-color: #5185B7; }
span { border-color: rgb(81,133,183); }
td.TdClassName
{
border-color: #5185B7;
}
.TagClassName
{
border-color: #5185B7;
}
</style>