Shades of Steel Blue #507FAC
Tints of Steel Blue #507FAC
RGB
CMYK
RGB Variations
Color information
#507FAC (or 0x507FAC) is known color: Steel Blue. HEX triplet: 50, 7F and AC. RGB value is (80,127,172). Sum of RGB (Red+Green+Blue) = 80+127+172=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #507FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507FAC is #AF8053. Grayscale: #757575. Windows color (decimal): -11501652 or 11304784. OLE color: 11304784.
HSL color Cylindrical-coordinate representation of color #507FAC: hue angle of 209.35º 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 #507FAC is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 127 | 172 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.33 |
| HSL | 209.35º | 0.37% | 0.49% | - |
| HSV(B) | 209.35º | 0.53% | 0.67% | - |
| XYZ | 18.34 | 19.86 | 41.9 | - |
| YUV | 118.08 | 158.43 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 172 | 0.53 | 0.26 | 0 | 0.33 | 209.35 | 0.37 | 0.49 |
| Hex | 50 | 7F | AC | 35 | 1A | 0 | 21 | D1 | 25 | 31 |
| Octal | 120 | 177 | 254 | 65 | 32 | 0 | 41 | 321 | 45 | 61 |
| Binary | 1010000 | 1111111 | 10101100 | 110101 | 11010 | 0 | 100001 | 11010001 | 100101 | 110001 |
Color Harmonies of #507FAC
Complementary color
Monochromatic Colors of #507FAC
Black with #507FAC
Text Example
Text Example
White with #507FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507FAC; }
p { color: rgb(80,127,172); }
H1.HeaderClassName
{
color: #507FAC;
}
.AnyTagClassName
{
color: #507FAC;
}
</style>
background-color css
<style>
a { background-color: #507FAC; }
a { background-color: rgb(80,127,172); }
div.DivClassName
{
background-color: #507FAC;
}
.BgClassName
{
background-color: #507FAC;
}
</style>
border-color css
<style>
span { border-color: #507FAC; }
span { border-color: rgb(80,127,172); }
td.TdClassName
{
border-color: #507FAC;
}
.TagClassName
{
border-color: #507FAC;
}
</style>