Shades of Steel Blue #508EBA
Tints of Steel Blue #508EBA
RGB
CMYK
RGB Variations
Color information
#508EBA (or 0x508EBA) is known color: Steel Blue. HEX triplet: 50, 8E and BA. RGB value is (80,142,186). Sum of RGB (Red+Green+Blue) = 80+142+186=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #508EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508EBA is #AF7145. Grayscale: #808080. Windows color (decimal): -11497798 or 12226128. OLE color: 12226128.
HSL color Cylindrical-coordinate representation of color #508EBA: hue angle of 204.91º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #508EBA is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 142 | 186 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.27 |
| HSL | 204.91º | 0.43% | 0.52% | - |
| HSV(B) | 204.91º | 0.57% | 0.73% | - |
| XYZ | 21.84 | 24.6 | 50.05 | - |
| YUV | 128.48 | 160.46 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 142 | 186 | 0.57 | 0.24 | 0 | 0.27 | 204.91 | 0.43 | 0.52 |
| Hex | 50 | 8E | BA | 39 | 18 | 0 | 1B | CD | 2B | 34 |
| Octal | 120 | 216 | 272 | 71 | 30 | 0 | 33 | 315 | 53 | 64 |
| Binary | 1010000 | 10001110 | 10111010 | 111001 | 11000 | 0 | 11011 | 11001101 | 101011 | 110100 |
Color Harmonies of #508EBA
Complementary color
Monochromatic Colors of #508EBA
Black with #508EBA
Text Example
Text Example
White with #508EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508EBA; }
p { color: rgb(80,142,186); }
H1.HeaderClassName
{
color: #508EBA;
}
.AnyTagClassName
{
color: #508EBA;
}
</style>
background-color css
<style>
a { background-color: #508EBA; }
a { background-color: rgb(80,142,186); }
div.DivClassName
{
background-color: #508EBA;
}
.BgClassName
{
background-color: #508EBA;
}
</style>
border-color css
<style>
span { border-color: #508EBA; }
span { border-color: rgb(80,142,186); }
td.TdClassName
{
border-color: #508EBA;
}
.TagClassName
{
border-color: #508EBA;
}
</style>