Shades of Steel Blue #507AAC
Tints of Steel Blue #507AAC
RGB
CMYK
RGB Variations
Color information
#507AAC (or 0x507AAC) is known color: Steel Blue. HEX triplet: 50, 7A and AC. RGB value is (80,122,172). Sum of RGB (Red+Green+Blue) = 80+122+172=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #507AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507AAC is #AF8553. Grayscale: #727272. Windows color (decimal): -11502932 or 11303504. OLE color: 11303504.
HSL color Cylindrical-coordinate representation of color #507AAC: hue angle of 212.61º 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 #507AAC is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 122 | 172 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.33 |
| HSL | 212.61º | 0.37% | 0.49% | - |
| HSV(B) | 212.61º | 0.53% | 0.67% | - |
| XYZ | 17.71 | 18.6 | 41.69 | - |
| YUV | 115.14 | 160.09 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 172 | 0.53 | 0.29 | 0 | 0.33 | 212.61 | 0.37 | 0.49 |
| Hex | 50 | 7A | AC | 35 | 1D | 0 | 21 | D5 | 25 | 31 |
| Octal | 120 | 172 | 254 | 65 | 35 | 0 | 41 | 325 | 45 | 61 |
| Binary | 1010000 | 1111010 | 10101100 | 110101 | 11101 | 0 | 100001 | 11010101 | 100101 | 110001 |
Color Harmonies of #507AAC
Complementary color
Monochromatic Colors of #507AAC
Black with #507AAC
Text Example
Text Example
White with #507AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507AAC; }
p { color: rgb(80,122,172); }
H1.HeaderClassName
{
color: #507AAC;
}
.AnyTagClassName
{
color: #507AAC;
}
</style>
background-color css
<style>
a { background-color: #507AAC; }
a { background-color: rgb(80,122,172); }
div.DivClassName
{
background-color: #507AAC;
}
.BgClassName
{
background-color: #507AAC;
}
</style>
border-color css
<style>
span { border-color: #507AAC; }
span { border-color: rgb(80,122,172); }
td.TdClassName
{
border-color: #507AAC;
}
.TagClassName
{
border-color: #507AAC;
}
</style>