Shades of Steel Blue #5083B4
Tints of Steel Blue #5083B4
RGB
CMYK
RGB Variations
Color information
#5083B4 (or 0x5083B4) is known color: Steel Blue. HEX triplet: 50, 83 and B4. RGB value is (80,131,180). Sum of RGB (Red+Green+Blue) = 80+131+180=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 180 - color contains mainly: blue. Hex color #5083B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5083B4 is #AF7C4B. Grayscale: #797979. Windows color (decimal): -11500620 or 11830096. OLE color: 11830096.
HSL color Cylindrical-coordinate representation of color #5083B4: hue angle of 209.4º degrees, saturation: 0.4, 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 #5083B4 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 131 | 180 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.29 |
| HSL | 209.4º | 0.4% | 0.51% | - |
| HSV(B) | 209.4º | 0.56% | 0.71% | - |
| XYZ | 19.66 | 21.23 | 46.24 | - |
| YUV | 121.34 | 161.1 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 131 | 180 | 0.56 | 0.27 | 0 | 0.29 | 209.4 | 0.4 | 0.51 |
| Hex | 50 | 83 | B4 | 38 | 1B | 0 | 1D | D1 | 28 | 33 |
| Octal | 120 | 203 | 264 | 70 | 33 | 0 | 35 | 321 | 50 | 63 |
| Binary | 1010000 | 10000011 | 10110100 | 111000 | 11011 | 0 | 11101 | 11010001 | 101000 | 110011 |
Color Harmonies of #5083B4
Complementary color
Monochromatic Colors of #5083B4
Black with #5083B4
Text Example
Text Example
White with #5083B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5083B4; }
p { color: rgb(80,131,180); }
H1.HeaderClassName
{
color: #5083B4;
}
.AnyTagClassName
{
color: #5083B4;
}
</style>
background-color css
<style>
a { background-color: #5083B4; }
a { background-color: rgb(80,131,180); }
div.DivClassName
{
background-color: #5083B4;
}
.BgClassName
{
background-color: #5083B4;
}
</style>
border-color css
<style>
span { border-color: #5083B4; }
span { border-color: rgb(80,131,180); }
td.TdClassName
{
border-color: #5083B4;
}
.TagClassName
{
border-color: #5083B4;
}
</style>