Shades of Steel Blue #507FAF
Tints of Steel Blue #507FAF
RGB
CMYK
RGB Variations
Color information
#507FAF (or 0x507FAF) is known color: Steel Blue. HEX triplet: 50, 7F and AF. RGB value is (80,127,175). Sum of RGB (Red+Green+Blue) = 80+127+175=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #507FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507FAF is #AF8050. Grayscale: #767676. Windows color (decimal): -11501649 or 11501392. OLE color: 11501392.
HSL color Cylindrical-coordinate representation of color #507FAF: hue angle of 210.32º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #507FAF is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 127 | 175 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.31 |
| HSL | 210.32º | 0.37% | 0.5% | - |
| HSV(B) | 210.32º | 0.54% | 0.69% | - |
| XYZ | 18.64 | 19.98 | 43.43 | - |
| YUV | 118.42 | 159.93 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 175 | 0.54 | 0.27 | 0 | 0.31 | 210.32 | 0.37 | 0.5 |
| Hex | 50 | 7F | AF | 36 | 1B | 0 | 1F | D2 | 25 | 32 |
| Octal | 120 | 177 | 257 | 66 | 33 | 0 | 37 | 322 | 45 | 62 |
| Binary | 1010000 | 1111111 | 10101111 | 110110 | 11011 | 0 | 11111 | 11010010 | 100101 | 110010 |
Color Harmonies of #507FAF
Complementary color
Monochromatic Colors of #507FAF
Black with #507FAF
Text Example
Text Example
White with #507FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507FAF; }
p { color: rgb(80,127,175); }
H1.HeaderClassName
{
color: #507FAF;
}
.AnyTagClassName
{
color: #507FAF;
}
</style>
background-color css
<style>
a { background-color: #507FAF; }
a { background-color: rgb(80,127,175); }
div.DivClassName
{
background-color: #507FAF;
}
.BgClassName
{
background-color: #507FAF;
}
</style>
border-color css
<style>
span { border-color: #507FAF; }
span { border-color: rgb(80,127,175); }
td.TdClassName
{
border-color: #507FAF;
}
.TagClassName
{
border-color: #507FAF;
}
</style>