Shades of Steel Blue #507AAB
Tints of Steel Blue #507AAB
RGB
CMYK
RGB Variations
Color information
#507AAB (or 0x507AAB) is known color: Steel Blue. HEX triplet: 50, 7A and AB. RGB value is (80,122,171). Sum of RGB (Red+Green+Blue) = 80+122+171=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #507AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507AAB is #AF8554. Grayscale: #727272. Windows color (decimal): -11502933 or 11237968. OLE color: 11237968.
HSL color Cylindrical-coordinate representation of color #507AAB: hue angle of 212.31º 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 #507AAB is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 122 | 171 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.33 |
| HSL | 212.31º | 0.36% | 0.49% | - |
| HSV(B) | 212.31º | 0.53% | 0.67% | - |
| XYZ | 17.62 | 18.56 | 41.18 | - |
| YUV | 115.03 | 159.59 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 171 | 0.53 | 0.29 | 0 | 0.33 | 212.31 | 0.36 | 0.49 |
| Hex | 50 | 7A | AB | 35 | 1D | 0 | 21 | D4 | 24 | 31 |
| Octal | 120 | 172 | 253 | 65 | 35 | 0 | 41 | 324 | 44 | 61 |
| Binary | 1010000 | 1111010 | 10101011 | 110101 | 11101 | 0 | 100001 | 11010100 | 100100 | 110001 |
Color Harmonies of #507AAB
Complementary color
Monochromatic Colors of #507AAB
Black with #507AAB
Text Example
Text Example
White with #507AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507AAB; }
p { color: rgb(80,122,171); }
H1.HeaderClassName
{
color: #507AAB;
}
.AnyTagClassName
{
color: #507AAB;
}
</style>
background-color css
<style>
a { background-color: #507AAB; }
a { background-color: rgb(80,122,171); }
div.DivClassName
{
background-color: #507AAB;
}
.BgClassName
{
background-color: #507AAB;
}
</style>
border-color css
<style>
span { border-color: #507AAB; }
span { border-color: rgb(80,122,171); }
td.TdClassName
{
border-color: #507AAB;
}
.TagClassName
{
border-color: #507AAB;
}
</style>