Shades of Steel Blue #507CAC
Tints of Steel Blue #507CAC
RGB
CMYK
RGB Variations
Color information
#507CAC (or 0x507CAC) is known color: Steel Blue. HEX triplet: 50, 7C and AC. RGB value is (80,124,172). Sum of RGB (Red+Green+Blue) = 80+124+172=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #507CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507CAC is #AF8353. Grayscale: #747474. Windows color (decimal): -11502420 or 11304016. OLE color: 11304016.
HSL color Cylindrical-coordinate representation of color #507CAC: hue angle of 211.3º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #507CAC is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 124 | 172 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.33 |
| HSL | 211.3º | 0.37% | 0.49% | - |
| HSV(B) | 211.3º | 0.53% | 0.67% | - |
| XYZ | 17.96 | 19.1 | 41.77 | - |
| YUV | 116.32 | 159.42 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 172 | 0.53 | 0.28 | 0 | 0.33 | 211.3 | 0.37 | 0.49 |
| Hex | 50 | 7C | AC | 35 | 1C | 0 | 21 | D3 | 25 | 31 |
| Octal | 120 | 174 | 254 | 65 | 34 | 0 | 41 | 323 | 45 | 61 |
| Binary | 1010000 | 1111100 | 10101100 | 110101 | 11100 | 0 | 100001 | 11010011 | 100101 | 110001 |
Color Harmonies of #507CAC
Complementary color
Monochromatic Colors of #507CAC
Black with #507CAC
Text Example
Text Example
White with #507CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507CAC; }
p { color: rgb(80,124,172); }
H1.HeaderClassName
{
color: #507CAC;
}
.AnyTagClassName
{
color: #507CAC;
}
</style>
background-color css
<style>
a { background-color: #507CAC; }
a { background-color: rgb(80,124,172); }
div.DivClassName
{
background-color: #507CAC;
}
.BgClassName
{
background-color: #507CAC;
}
</style>
border-color css
<style>
span { border-color: #507CAC; }
span { border-color: rgb(80,124,172); }
td.TdClassName
{
border-color: #507CAC;
}
.TagClassName
{
border-color: #507CAC;
}
</style>