Shades of Steel Blue #508CB1
Tints of Steel Blue #508CB1
RGB
CMYK
RGB Variations
Color information
#508CB1 (or 0x508CB1) is known color: Steel Blue. HEX triplet: 50, 8C and B1. RGB value is (80,140,177). Sum of RGB (Red+Green+Blue) = 80+140+177=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 177 (69.53% from 255 or 44.58% from 397); Max value from RGB is 177 - color contains mainly: blue. Hex color #508CB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508CB1 is #AF734E. Grayscale: #7E7E7E. Windows color (decimal): -11498319 or 11635792. OLE color: 11635792.
HSL color Cylindrical-coordinate representation of color #508CB1: hue angle of 202.89º 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 #508CB1 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 140 | 177 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.31 |
| HSL | 202.89º | 0.38% | 0.5% | - |
| HSV(B) | 202.89º | 0.55% | 0.69% | - |
| XYZ | 20.62 | 23.64 | 45.07 | - |
| YUV | 126.28 | 156.62 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 177 | 0.55 | 0.21 | 0 | 0.31 | 202.89 | 0.38 | 0.5 |
| Hex | 50 | 8C | B1 | 37 | 15 | 0 | 1F | CB | 26 | 32 |
| Octal | 120 | 214 | 261 | 67 | 25 | 0 | 37 | 313 | 46 | 62 |
| Binary | 1010000 | 10001100 | 10110001 | 110111 | 10101 | 0 | 11111 | 11001011 | 100110 | 110010 |
Color Harmonies of #508CB1
Complementary color
Monochromatic Colors of #508CB1
Black with #508CB1
Text Example
Text Example
White with #508CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508CB1; }
p { color: rgb(80,140,177); }
H1.HeaderClassName
{
color: #508CB1;
}
.AnyTagClassName
{
color: #508CB1;
}
</style>
background-color css
<style>
a { background-color: #508CB1; }
a { background-color: rgb(80,140,177); }
div.DivClassName
{
background-color: #508CB1;
}
.BgClassName
{
background-color: #508CB1;
}
</style>
border-color css
<style>
span { border-color: #508CB1; }
span { border-color: rgb(80,140,177); }
td.TdClassName
{
border-color: #508CB1;
}
.TagClassName
{
border-color: #508CB1;
}
</style>