Shades of Steel Blue #507FB5
Tints of Steel Blue #507FB5
RGB
CMYK
RGB Variations
Color information
#507FB5 (or 0x507FB5) is known color: Steel Blue. HEX triplet: 50, 7F and B5. RGB value is (80,127,181). Sum of RGB (Red+Green+Blue) = 80+127+181=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 181 (71.09% from 255 or 46.65% from 388); Max value from RGB is 181 - color contains mainly: blue. Hex color #507FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507FB5 is #AF804A. Grayscale: #767676. Windows color (decimal): -11501643 or 11894608. OLE color: 11894608.
HSL color Cylindrical-coordinate representation of color #507FB5: hue angle of 212.08º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #507FB5 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 127 | 181 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.29 |
| HSL | 212.08º | 0.41% | 0.51% | - |
| HSV(B) | 212.08º | 0.56% | 0.71% | - |
| XYZ | 19.24 | 20.22 | 46.61 | - |
| YUV | 119.1 | 162.93 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 181 | 0.56 | 0.30 | 0 | 0.29 | 212.08 | 0.41 | 0.51 |
| Hex | 50 | 7F | B5 | 38 | 1E | 0 | 1D | D4 | 29 | 33 |
| Octal | 120 | 177 | 265 | 70 | 36 | 0 | 35 | 324 | 51 | 63 |
| Binary | 1010000 | 1111111 | 10110101 | 111000 | 11110 | 0 | 11101 | 11010100 | 101001 | 110011 |
Color Harmonies of #507FB5
Complementary color
Monochromatic Colors of #507FB5
Black with #507FB5
Text Example
Text Example
White with #507FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507FB5; }
p { color: rgb(80,127,181); }
H1.HeaderClassName
{
color: #507FB5;
}
.AnyTagClassName
{
color: #507FB5;
}
</style>
background-color css
<style>
a { background-color: #507FB5; }
a { background-color: rgb(80,127,181); }
div.DivClassName
{
background-color: #507FB5;
}
.BgClassName
{
background-color: #507FB5;
}
</style>
border-color css
<style>
span { border-color: #507FB5; }
span { border-color: rgb(80,127,181); }
td.TdClassName
{
border-color: #507FB5;
}
.TagClassName
{
border-color: #507FB5;
}
</style>