Shades of Steel Blue #507DB5
Tints of Steel Blue #507DB5
RGB
CMYK
RGB Variations
Color information
#507DB5 (or 0x507DB5) is known color: Steel Blue. HEX triplet: 50, 7D and B5. RGB value is (80,125,181). Sum of RGB (Red+Green+Blue) = 80+125+181=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 181 (71.09% from 255 or 46.89% from 386); Max value from RGB is 181 - color contains mainly: blue. Hex color #507DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507DB5 is #AF824A. Grayscale: #757575. Windows color (decimal): -11502155 or 11894096. OLE color: 11894096.
HSL color Cylindrical-coordinate representation of color #507DB5: hue angle of 213.27º 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 #507DB5 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 125 | 181 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.29 |
| HSL | 213.27º | 0.41% | 0.51% | - |
| HSV(B) | 213.27º | 0.56% | 0.71% | - |
| XYZ | 18.98 | 19.71 | 46.52 | - |
| YUV | 117.93 | 163.59 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 125 | 181 | 0.56 | 0.31 | 0 | 0.29 | 213.27 | 0.41 | 0.51 |
| Hex | 50 | 7D | B5 | 38 | 1F | 0 | 1D | D5 | 29 | 33 |
| Octal | 120 | 175 | 265 | 70 | 37 | 0 | 35 | 325 | 51 | 63 |
| Binary | 1010000 | 1111101 | 10110101 | 111000 | 11111 | 0 | 11101 | 11010101 | 101001 | 110011 |
Color Harmonies of #507DB5
Complementary color
Monochromatic Colors of #507DB5
Black with #507DB5
Text Example
Text Example
White with #507DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507DB5; }
p { color: rgb(80,125,181); }
H1.HeaderClassName
{
color: #507DB5;
}
.AnyTagClassName
{
color: #507DB5;
}
</style>
background-color css
<style>
a { background-color: #507DB5; }
a { background-color: rgb(80,125,181); }
div.DivClassName
{
background-color: #507DB5;
}
.BgClassName
{
background-color: #507DB5;
}
</style>
border-color css
<style>
span { border-color: #507DB5; }
span { border-color: rgb(80,125,181); }
td.TdClassName
{
border-color: #507DB5;
}
.TagClassName
{
border-color: #507DB5;
}
</style>