Shades of Steel Blue #5189B7
Tints of Steel Blue #5189B7
RGB
CMYK
RGB Variations
Color information
#5189B7 (or 0x5189B7) is known color: Steel Blue. HEX triplet: 51, 89 and B7. RGB value is (81,137,183). Sum of RGB (Red+Green+Blue) = 81+137+183=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 183 (71.88% from 255 or 45.64% from 401); Max value from RGB is 183 - color contains mainly: blue. Hex color #5189B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5189B7 is #AE7648. Grayscale: #7D7D7D. Windows color (decimal): -11433545 or 12028241. OLE color: 12028241.
HSL color Cylindrical-coordinate representation of color #5189B7: hue angle of 207.06º 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 #5189B7 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 81 | 137 | 183 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.28 |
| HSL | 207.06º | 0.41% | 0.52% | - |
| HSV(B) | 207.06º | 0.56% | 0.72% | - |
| XYZ | 20.89 | 23.06 | 48.15 | - |
| YUV | 125.5 | 160.45 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 137 | 183 | 0.56 | 0.25 | 0 | 0.28 | 207.06 | 0.41 | 0.52 |
| Hex | 51 | 89 | B7 | 38 | 19 | 0 | 1C | CF | 29 | 34 |
| Octal | 121 | 211 | 267 | 70 | 31 | 0 | 34 | 317 | 51 | 64 |
| Binary | 1010001 | 10001001 | 10110111 | 111000 | 11001 | 0 | 11100 | 11001111 | 101001 | 110100 |
Color Harmonies of #5189B7
Complementary color
Monochromatic Colors of #5189B7
Black with #5189B7
Text Example
Text Example
White with #5189B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5189B7; }
p { color: rgb(81,137,183); }
H1.HeaderClassName
{
color: #5189B7;
}
.AnyTagClassName
{
color: #5189B7;
}
</style>
background-color css
<style>
a { background-color: #5189B7; }
a { background-color: rgb(81,137,183); }
div.DivClassName
{
background-color: #5189B7;
}
.BgClassName
{
background-color: #5189B7;
}
</style>
border-color css
<style>
span { border-color: #5189B7; }
span { border-color: rgb(81,137,183); }
td.TdClassName
{
border-color: #5189B7;
}
.TagClassName
{
border-color: #5189B7;
}
</style>