Shades of Steel Blue #507CAA
Tints of Steel Blue #507CAA
RGB
CMYK
RGB Variations
Color information
#507CAA (or 0x507CAA) is known color: Steel Blue. HEX triplet: 50, 7C and AA. RGB value is (80,124,170). Sum of RGB (Red+Green+Blue) = 80+124+170=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #507CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507CAA is #AF8355. Grayscale: #737373. Windows color (decimal): -11502422 or 11172944. OLE color: 11172944.
HSL color Cylindrical-coordinate representation of color #507CAA: hue angle of 210.67º degrees, saturation: 0.36, 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 #507CAA is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 124 | 170 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.33 |
| HSL | 210.67º | 0.36% | 0.49% | - |
| HSV(B) | 210.67º | 0.53% | 0.67% | - |
| XYZ | 17.77 | 19.02 | 40.77 | - |
| YUV | 116.09 | 158.42 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 170 | 0.53 | 0.27 | 0 | 0.33 | 210.67 | 0.36 | 0.49 |
| Hex | 50 | 7C | AA | 35 | 1B | 0 | 21 | D3 | 24 | 31 |
| Octal | 120 | 174 | 252 | 65 | 33 | 0 | 41 | 323 | 44 | 61 |
| Binary | 1010000 | 1111100 | 10101010 | 110101 | 11011 | 0 | 100001 | 11010011 | 100100 | 110001 |
Color Harmonies of #507CAA
Complementary color
Monochromatic Colors of #507CAA
Black with #507CAA
Text Example
Text Example
White with #507CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507CAA; }
p { color: rgb(80,124,170); }
H1.HeaderClassName
{
color: #507CAA;
}
.AnyTagClassName
{
color: #507CAA;
}
</style>
background-color css
<style>
a { background-color: #507CAA; }
a { background-color: rgb(80,124,170); }
div.DivClassName
{
background-color: #507CAA;
}
.BgClassName
{
background-color: #507CAA;
}
</style>
border-color css
<style>
span { border-color: #507CAA; }
span { border-color: rgb(80,124,170); }
td.TdClassName
{
border-color: #507CAA;
}
.TagClassName
{
border-color: #507CAA;
}
</style>