Shades of Steel Blue #507CAF
Tints of Steel Blue #507CAF
RGB
CMYK
RGB Variations
Color information
#507CAF (or 0x507CAF) is known color: Steel Blue. HEX triplet: 50, 7C and AF. RGB value is (80,124,175). Sum of RGB (Red+Green+Blue) = 80+124+175=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #507CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507CAF is #AF8350. Grayscale: #747474. Windows color (decimal): -11502417 or 11500624. OLE color: 11500624.
HSL color Cylindrical-coordinate representation of color #507CAF: hue angle of 212.21º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #507CAF is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 124 | 175 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.31 |
| HSL | 212.21º | 0.37% | 0.5% | - |
| HSV(B) | 212.21º | 0.54% | 0.69% | - |
| XYZ | 18.25 | 19.22 | 43.3 | - |
| YUV | 116.66 | 160.92 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 175 | 0.54 | 0.29 | 0 | 0.31 | 212.21 | 0.37 | 0.5 |
| Hex | 50 | 7C | AF | 36 | 1D | 0 | 1F | D4 | 25 | 32 |
| Octal | 120 | 174 | 257 | 66 | 35 | 0 | 37 | 324 | 45 | 62 |
| Binary | 1010000 | 1111100 | 10101111 | 110110 | 11101 | 0 | 11111 | 11010100 | 100101 | 110010 |
Color Harmonies of #507CAF
Complementary color
Monochromatic Colors of #507CAF
Black with #507CAF
Text Example
Text Example
White with #507CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507CAF; }
p { color: rgb(80,124,175); }
H1.HeaderClassName
{
color: #507CAF;
}
.AnyTagClassName
{
color: #507CAF;
}
</style>
background-color css
<style>
a { background-color: #507CAF; }
a { background-color: rgb(80,124,175); }
div.DivClassName
{
background-color: #507CAF;
}
.BgClassName
{
background-color: #507CAF;
}
</style>
border-color css
<style>
span { border-color: #507CAF; }
span { border-color: rgb(80,124,175); }
td.TdClassName
{
border-color: #507CAF;
}
.TagClassName
{
border-color: #507CAF;
}
</style>