Shades of Steel Blue #5085B5
Tints of Steel Blue #5085B5
RGB
CMYK
RGB Variations
Color information
#5085B5 (or 0x5085B5) is known color: Steel Blue. HEX triplet: 50, 85 and B5. RGB value is (80,133,181). Sum of RGB (Red+Green+Blue) = 80+133+181=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 181 (71.09% from 255 or 45.94% from 394); Max value from RGB is 181 - color contains mainly: blue. Hex color #5085B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5085B5 is #AF7A4A. Grayscale: #7A7A7A. Windows color (decimal): -11500107 or 11896144. OLE color: 11896144.
HSL color Cylindrical-coordinate representation of color #5085B5: hue angle of 208.51º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5085B5 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 133 | 181 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.29 |
| HSL | 208.51º | 0.41% | 0.51% | - |
| HSV(B) | 208.51º | 0.56% | 0.71% | - |
| XYZ | 20.04 | 21.82 | 46.87 | - |
| YUV | 122.63 | 160.94 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 133 | 181 | 0.56 | 0.27 | 0 | 0.29 | 208.51 | 0.41 | 0.51 |
| Hex | 50 | 85 | B5 | 38 | 1B | 0 | 1D | D1 | 29 | 33 |
| Octal | 120 | 205 | 265 | 70 | 33 | 0 | 35 | 321 | 51 | 63 |
| Binary | 1010000 | 10000101 | 10110101 | 111000 | 11011 | 0 | 11101 | 11010001 | 101001 | 110011 |
Color Harmonies of #5085B5
Complementary color
Monochromatic Colors of #5085B5
Black with #5085B5
Text Example
Text Example
White with #5085B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5085B5; }
p { color: rgb(80,133,181); }
H1.HeaderClassName
{
color: #5085B5;
}
.AnyTagClassName
{
color: #5085B5;
}
</style>
background-color css
<style>
a { background-color: #5085B5; }
a { background-color: rgb(80,133,181); }
div.DivClassName
{
background-color: #5085B5;
}
.BgClassName
{
background-color: #5085B5;
}
</style>
border-color css
<style>
span { border-color: #5085B5; }
span { border-color: rgb(80,133,181); }
td.TdClassName
{
border-color: #5085B5;
}
.TagClassName
{
border-color: #5085B5;
}
</style>