Shades of Steel Blue #507BAC
Tints of Steel Blue #507BAC
RGB
CMYK
RGB Variations
Color information
#507BAC (or 0x507BAC) is known color: Steel Blue. HEX triplet: 50, 7B and AC. RGB value is (80,123,172). Sum of RGB (Red+Green+Blue) = 80+123+172=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #507BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507BAC is #AF8453. Grayscale: #737373. Windows color (decimal): -11502676 or 11303760. OLE color: 11303760.
HSL color Cylindrical-coordinate representation of color #507BAC: hue angle of 211.96º 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 #507BAC is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 123 | 172 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.33 |
| HSL | 211.96º | 0.37% | 0.49% | - |
| HSV(B) | 211.96º | 0.53% | 0.67% | - |
| XYZ | 17.84 | 18.85 | 41.73 | - |
| YUV | 115.73 | 159.75 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 123 | 172 | 0.53 | 0.28 | 0 | 0.33 | 211.96 | 0.37 | 0.49 |
| Hex | 50 | 7B | AC | 35 | 1C | 0 | 21 | D4 | 25 | 31 |
| Octal | 120 | 173 | 254 | 65 | 34 | 0 | 41 | 324 | 45 | 61 |
| Binary | 1010000 | 1111011 | 10101100 | 110101 | 11100 | 0 | 100001 | 11010100 | 100101 | 110001 |
Color Harmonies of #507BAC
Complementary color
Monochromatic Colors of #507BAC
Black with #507BAC
Text Example
Text Example
White with #507BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507BAC; }
p { color: rgb(80,123,172); }
H1.HeaderClassName
{
color: #507BAC;
}
.AnyTagClassName
{
color: #507BAC;
}
</style>
background-color css
<style>
a { background-color: #507BAC; }
a { background-color: rgb(80,123,172); }
div.DivClassName
{
background-color: #507BAC;
}
.BgClassName
{
background-color: #507BAC;
}
</style>
border-color css
<style>
span { border-color: #507BAC; }
span { border-color: rgb(80,123,172); }
td.TdClassName
{
border-color: #507BAC;
}
.TagClassName
{
border-color: #507BAC;
}
</style>