Shades of Steel Blue #507EA9
Tints of Steel Blue #507EA9
RGB
CMYK
RGB Variations
Color information
#507EA9 (or 0x507EA9) is known color: Steel Blue. HEX triplet: 50, 7E and A9. RGB value is (80,126,169). Sum of RGB (Red+Green+Blue) = 80+126+169=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 169 - color contains mainly: blue. Hex color #507EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507EA9 is #AF8156. Grayscale: #747474. Windows color (decimal): -11501911 or 11107920. OLE color: 11107920.
HSL color Cylindrical-coordinate representation of color #507EA9: hue angle of 208.99º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #507EA9 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 126 | 169 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.34 |
| HSL | 208.99º | 0.36% | 0.49% | - |
| HSV(B) | 208.99º | 0.53% | 0.66% | - |
| XYZ | 17.93 | 19.49 | 40.35 | - |
| YUV | 117.15 | 157.26 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 126 | 169 | 0.53 | 0.25 | 0 | 0.34 | 208.99 | 0.36 | 0.49 |
| Hex | 50 | 7E | A9 | 35 | 19 | 0 | 22 | D1 | 24 | 31 |
| Octal | 120 | 176 | 251 | 65 | 31 | 0 | 42 | 321 | 44 | 61 |
| Binary | 1010000 | 1111110 | 10101001 | 110101 | 11001 | 0 | 100010 | 11010001 | 100100 | 110001 |
Color Harmonies of #507EA9
Complementary color
Monochromatic Colors of #507EA9
Black with #507EA9
Text Example
Text Example
White with #507EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507EA9; }
p { color: rgb(80,126,169); }
H1.HeaderClassName
{
color: #507EA9;
}
.AnyTagClassName
{
color: #507EA9;
}
</style>
background-color css
<style>
a { background-color: #507EA9; }
a { background-color: rgb(80,126,169); }
div.DivClassName
{
background-color: #507EA9;
}
.BgClassName
{
background-color: #507EA9;
}
</style>
border-color css
<style>
span { border-color: #507EA9; }
span { border-color: rgb(80,126,169); }
td.TdClassName
{
border-color: #507EA9;
}
.TagClassName
{
border-color: #507EA9;
}
</style>