Shades of Steel Blue #507DAE
Tints of Steel Blue #507DAE
RGB
CMYK
RGB Variations
Color information
#507DAE (or 0x507DAE) is known color: Steel Blue. HEX triplet: 50, 7D and AE. RGB value is (80,125,174). Sum of RGB (Red+Green+Blue) = 80+125+174=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #507DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507DAE is #AF8251. Grayscale: #747474. Windows color (decimal): -11502162 or 11435344. OLE color: 11435344.
HSL color Cylindrical-coordinate representation of color #507DAE: hue angle of 211.28º 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 #507DAE is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 125 | 174 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.32 |
| HSL | 211.28º | 0.37% | 0.5% | - |
| HSV(B) | 211.28º | 0.54% | 0.68% | - |
| XYZ | 18.28 | 19.43 | 42.83 | - |
| YUV | 117.13 | 160.09 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 125 | 174 | 0.54 | 0.28 | 0 | 0.32 | 211.28 | 0.37 | 0.5 |
| Hex | 50 | 7D | AE | 36 | 1C | 0 | 20 | D3 | 25 | 32 |
| Octal | 120 | 175 | 256 | 66 | 34 | 0 | 40 | 323 | 45 | 62 |
| Binary | 1010000 | 1111101 | 10101110 | 110110 | 11100 | 0 | 100000 | 11010011 | 100101 | 110010 |
Color Harmonies of #507DAE
Complementary color
Monochromatic Colors of #507DAE
Black with #507DAE
Text Example
Text Example
White with #507DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507DAE; }
p { color: rgb(80,125,174); }
H1.HeaderClassName
{
color: #507DAE;
}
.AnyTagClassName
{
color: #507DAE;
}
</style>
background-color css
<style>
a { background-color: #507DAE; }
a { background-color: rgb(80,125,174); }
div.DivClassName
{
background-color: #507DAE;
}
.BgClassName
{
background-color: #507DAE;
}
</style>
border-color css
<style>
span { border-color: #507DAE; }
span { border-color: rgb(80,125,174); }
td.TdClassName
{
border-color: #507DAE;
}
.TagClassName
{
border-color: #507DAE;
}
</style>