Shades of Steel Blue #5183B6
Tints of Steel Blue #5183B6
RGB
CMYK
RGB Variations
Color information
#5183B6 (or 0x5183B6) is known color: Steel Blue. HEX triplet: 51, 83 and B6. RGB value is (81,131,182). Sum of RGB (Red+Green+Blue) = 81+131+182=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 182 (71.48% from 255 or 46.19% from 394); Max value from RGB is 182 - color contains mainly: blue. Hex color #5183B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5183B6 is #AE7C49. Grayscale: #797979. Windows color (decimal): -11435082 or 11961169. OLE color: 11961169.
HSL color Cylindrical-coordinate representation of color #5183B6: hue angle of 210.3º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5183B6 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 131 | 182 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.29 |
| HSL | 210.3º | 0.41% | 0.52% | - |
| HSV(B) | 210.3º | 0.55% | 0.71% | - |
| XYZ | 19.95 | 21.36 | 47.33 | - |
| YUV | 121.86 | 161.94 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 131 | 182 | 0.55 | 0.28 | 0 | 0.29 | 210.3 | 0.41 | 0.52 |
| Hex | 51 | 83 | B6 | 37 | 1C | 0 | 1D | D2 | 29 | 34 |
| Octal | 121 | 203 | 266 | 67 | 34 | 0 | 35 | 322 | 51 | 64 |
| Binary | 1010001 | 10000011 | 10110110 | 110111 | 11100 | 0 | 11101 | 11010010 | 101001 | 110100 |
Color Harmonies of #5183B6
Complementary color
Monochromatic Colors of #5183B6
Black with #5183B6
Text Example
Text Example
White with #5183B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5183B6; }
p { color: rgb(81,131,182); }
H1.HeaderClassName
{
color: #5183B6;
}
.AnyTagClassName
{
color: #5183B6;
}
</style>
background-color css
<style>
a { background-color: #5183B6; }
a { background-color: rgb(81,131,182); }
div.DivClassName
{
background-color: #5183B6;
}
.BgClassName
{
background-color: #5183B6;
}
</style>
border-color css
<style>
span { border-color: #5183B6; }
span { border-color: rgb(81,131,182); }
td.TdClassName
{
border-color: #5183B6;
}
.TagClassName
{
border-color: #5183B6;
}
</style>