Shades of Steel Blue #508DB6
Tints of Steel Blue #508DB6
RGB
CMYK
RGB Variations
Color information
#508DB6 (or 0x508DB6) is known color: Steel Blue. HEX triplet: 50, 8D and B6. RGB value is (80,141,182). Sum of RGB (Red+Green+Blue) = 80+141+182=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 182 - color contains mainly: blue. Hex color #508DB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508DB6 is #AF7249. Grayscale: #7F7F7F. Windows color (decimal): -11498058 or 11963728. OLE color: 11963728.
HSL color Cylindrical-coordinate representation of color #508DB6: hue angle of 204.12º 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 #508DB6 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 141 | 182 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.29 |
| HSL | 204.12º | 0.41% | 0.51% | - |
| HSV(B) | 204.12º | 0.56% | 0.71% | - |
| XYZ | 21.28 | 24.13 | 47.79 | - |
| YUV | 127.44 | 158.79 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 141 | 182 | 0.56 | 0.23 | 0 | 0.29 | 204.12 | 0.41 | 0.51 |
| Hex | 50 | 8D | B6 | 38 | 17 | 0 | 1D | CC | 29 | 33 |
| Octal | 120 | 215 | 266 | 70 | 27 | 0 | 35 | 314 | 51 | 63 |
| Binary | 1010000 | 10001101 | 10110110 | 111000 | 10111 | 0 | 11101 | 11001100 | 101001 | 110011 |
Color Harmonies of #508DB6
Complementary color
Monochromatic Colors of #508DB6
Black with #508DB6
Text Example
Text Example
White with #508DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508DB6; }
p { color: rgb(80,141,182); }
H1.HeaderClassName
{
color: #508DB6;
}
.AnyTagClassName
{
color: #508DB6;
}
</style>
background-color css
<style>
a { background-color: #508DB6; }
a { background-color: rgb(80,141,182); }
div.DivClassName
{
background-color: #508DB6;
}
.BgClassName
{
background-color: #508DB6;
}
</style>
border-color css
<style>
span { border-color: #508DB6; }
span { border-color: rgb(80,141,182); }
td.TdClassName
{
border-color: #508DB6;
}
.TagClassName
{
border-color: #508DB6;
}
</style>