Shades of Steel Blue #507AAA
Tints of Steel Blue #507AAA
RGB
CMYK
RGB Variations
Color information
#507AAA (or 0x507AAA) is known color: Steel Blue. HEX triplet: 50, 7A and AA. RGB value is (80,122,170). Sum of RGB (Red+Green+Blue) = 80+122+170=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #507AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507AAA is #AF8555. Grayscale: #727272. Windows color (decimal): -11502934 or 11172432. OLE color: 11172432.
HSL color Cylindrical-coordinate representation of color #507AAA: hue angle of 212º 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 #507AAA is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 122 | 170 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.33 |
| HSL | 212º | 0.36% | 0.49% | - |
| HSV(B) | 212º | 0.53% | 0.67% | - |
| XYZ | 17.52 | 18.53 | 40.68 | - |
| YUV | 114.91 | 159.09 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 170 | 0.53 | 0.28 | 0 | 0.33 | 212 | 0.36 | 0.49 |
| Hex | 50 | 7A | AA | 35 | 1C | 0 | 21 | D4 | 24 | 31 |
| Octal | 120 | 172 | 252 | 65 | 34 | 0 | 41 | 324 | 44 | 61 |
| Binary | 1010000 | 1111010 | 10101010 | 110101 | 11100 | 0 | 100001 | 11010100 | 100100 | 110001 |
Color Harmonies of #507AAA
Complementary color
Monochromatic Colors of #507AAA
Black with #507AAA
Text Example
Text Example
White with #507AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507AAA; }
p { color: rgb(80,122,170); }
H1.HeaderClassName
{
color: #507AAA;
}
.AnyTagClassName
{
color: #507AAA;
}
</style>
background-color css
<style>
a { background-color: #507AAA; }
a { background-color: rgb(80,122,170); }
div.DivClassName
{
background-color: #507AAA;
}
.BgClassName
{
background-color: #507AAA;
}
</style>
border-color css
<style>
span { border-color: #507AAA; }
span { border-color: rgb(80,122,170); }
td.TdClassName
{
border-color: #507AAA;
}
.TagClassName
{
border-color: #507AAA;
}
</style>