Shades of Steel Blue #508BB0
Tints of Steel Blue #508BB0
RGB
CMYK
RGB Variations
Color information
#508BB0 (or 0x508BB0) is known color: Steel Blue. HEX triplet: 50, 8B and B0. RGB value is (80,139,176). Sum of RGB (Red+Green+Blue) = 80+139+176=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 176 (69.14% from 255 or 44.56% from 395); Max value from RGB is 176 - color contains mainly: blue. Hex color #508BB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508BB0 is #AF744F. Grayscale: #7D7D7D. Windows color (decimal): -11498576 or 11570000. OLE color: 11570000.
HSL color Cylindrical-coordinate representation of color #508BB0: hue angle of 203.12º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #508BB0 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 139 | 176 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.31 |
| HSL | 203.13º | 0.38% | 0.5% | - |
| HSV(B) | 203.13º | 0.55% | 0.69% | - |
| XYZ | 20.38 | 23.31 | 44.5 | - |
| YUV | 125.58 | 156.45 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 176 | 0.55 | 0.21 | 0 | 0.31 | 203.13 | 0.38 | 0.5 |
| Hex | 50 | 8B | B0 | 37 | 15 | 0 | 1F | CB | 26 | 32 |
| Octal | 120 | 213 | 260 | 67 | 25 | 0 | 37 | 313 | 46 | 62 |
| Binary | 1010000 | 10001011 | 10110000 | 110111 | 10101 | 0 | 11111 | 11001011 | 100110 | 110010 |
Color Harmonies of #508BB0
Complementary color
Monochromatic Colors of #508BB0
Black with #508BB0
Text Example
Text Example
White with #508BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508BB0; }
p { color: rgb(80,139,176); }
H1.HeaderClassName
{
color: #508BB0;
}
.AnyTagClassName
{
color: #508BB0;
}
</style>
background-color css
<style>
a { background-color: #508BB0; }
a { background-color: rgb(80,139,176); }
div.DivClassName
{
background-color: #508BB0;
}
.BgClassName
{
background-color: #508BB0;
}
</style>
border-color css
<style>
span { border-color: #508BB0; }
span { border-color: rgb(80,139,176); }
td.TdClassName
{
border-color: #508BB0;
}
.TagClassName
{
border-color: #508BB0;
}
</style>