Shades of Steel Blue #5078AD
Tints of Steel Blue #5078AD
RGB
CMYK
RGB Variations
Color information
#5078AD (or 0x5078AD) is known color: Steel Blue. HEX triplet: 50, 78 and AD. RGB value is (80,120,173). Sum of RGB (Red+Green+Blue) = 80+120+173=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #5078AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5078AD is #AF8752. Grayscale: #717171. Windows color (decimal): -11503443 or 11368528. OLE color: 11368528.
HSL color Cylindrical-coordinate representation of color #5078AD: hue angle of 214.19º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5078AD is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 120 | 173 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.32 |
| HSL | 214.19º | 0.37% | 0.5% | - |
| HSV(B) | 214.19º | 0.54% | 0.68% | - |
| XYZ | 17.57 | 18.16 | 42.11 | - |
| YUV | 114.08 | 161.25 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 120 | 173 | 0.54 | 0.31 | 0 | 0.32 | 214.19 | 0.37 | 0.5 |
| Hex | 50 | 78 | AD | 36 | 1F | 0 | 20 | D6 | 25 | 32 |
| Octal | 120 | 170 | 255 | 66 | 37 | 0 | 40 | 326 | 45 | 62 |
| Binary | 1010000 | 1111000 | 10101101 | 110110 | 11111 | 0 | 100000 | 11010110 | 100101 | 110010 |
Color Harmonies of #5078AD
Complementary color
Monochromatic Colors of #5078AD
Black with #5078AD
Text Example
Text Example
White with #5078AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5078AD; }
p { color: rgb(80,120,173); }
H1.HeaderClassName
{
color: #5078AD;
}
.AnyTagClassName
{
color: #5078AD;
}
</style>
background-color css
<style>
a { background-color: #5078AD; }
a { background-color: rgb(80,120,173); }
div.DivClassName
{
background-color: #5078AD;
}
.BgClassName
{
background-color: #5078AD;
}
</style>
border-color css
<style>
span { border-color: #5078AD; }
span { border-color: rgb(80,120,173); }
td.TdClassName
{
border-color: #5078AD;
}
.TagClassName
{
border-color: #5078AD;
}
</style>