Shades of Steel Blue #5186B4
Tints of Steel Blue #5186B4
RGB
CMYK
RGB Variations
Color information
#5186B4 (or 0x5186B4) is known color: Steel Blue. HEX triplet: 51, 86 and B4. RGB value is (81,134,180). Sum of RGB (Red+Green+Blue) = 81+134+180=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 180 (70.70% from 255 or 45.57% from 395); Max value from RGB is 180 - color contains mainly: blue. Hex color #5186B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5186B4 is #AE794B. Grayscale: #7B7B7B. Windows color (decimal): -11434316 or 11830865. OLE color: 11830865.
HSL color Cylindrical-coordinate representation of color #5186B4: hue angle of 207.88º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5186B4 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 134 | 180 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.29 |
| HSL | 207.88º | 0.4% | 0.51% | - |
| HSV(B) | 207.88º | 0.55% | 0.71% | - |
| XYZ | 20.16 | 22.09 | 46.38 | - |
| YUV | 123.4 | 159.94 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 134 | 180 | 0.55 | 0.26 | 0 | 0.29 | 207.88 | 0.4 | 0.51 |
| Hex | 51 | 86 | B4 | 37 | 1A | 0 | 1D | D0 | 28 | 33 |
| Octal | 121 | 206 | 264 | 67 | 32 | 0 | 35 | 320 | 50 | 63 |
| Binary | 1010001 | 10000110 | 10110100 | 110111 | 11010 | 0 | 11101 | 11010000 | 101000 | 110011 |
Color Harmonies of #5186B4
Complementary color
Monochromatic Colors of #5186B4
Black with #5186B4
Text Example
Text Example
White with #5186B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5186B4; }
p { color: rgb(81,134,180); }
H1.HeaderClassName
{
color: #5186B4;
}
.AnyTagClassName
{
color: #5186B4;
}
</style>
background-color css
<style>
a { background-color: #5186B4; }
a { background-color: rgb(81,134,180); }
div.DivClassName
{
background-color: #5186B4;
}
.BgClassName
{
background-color: #5186B4;
}
</style>
border-color css
<style>
span { border-color: #5186B4; }
span { border-color: rgb(81,134,180); }
td.TdClassName
{
border-color: #5186B4;
}
.TagClassName
{
border-color: #5186B4;
}
</style>