Shades of Steel Blue #507CB1
Tints of Steel Blue #507CB1
RGB
CMYK
RGB Variations
Color information
#507CB1 (or 0x507CB1) is known color: Steel Blue. HEX triplet: 50, 7C and B1. RGB value is (80,124,177). Sum of RGB (Red+Green+Blue) = 80+124+177=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #507CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507CB1 is #AF834E. Grayscale: #747474. Windows color (decimal): -11502415 or 11631696. OLE color: 11631696.
HSL color Cylindrical-coordinate representation of color #507CB1: hue angle of 212.78º 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 #507CB1 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 124 | 177 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.31 |
| HSL | 212.78º | 0.38% | 0.5% | - |
| HSV(B) | 212.78º | 0.55% | 0.69% | - |
| XYZ | 18.45 | 19.3 | 44.35 | - |
| YUV | 116.89 | 161.92 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 177 | 0.55 | 0.30 | 0 | 0.31 | 212.78 | 0.38 | 0.5 |
| Hex | 50 | 7C | B1 | 37 | 1E | 0 | 1F | D5 | 26 | 32 |
| Octal | 120 | 174 | 261 | 67 | 36 | 0 | 37 | 325 | 46 | 62 |
| Binary | 1010000 | 1111100 | 10110001 | 110111 | 11110 | 0 | 11111 | 11010101 | 100110 | 110010 |
Color Harmonies of #507CB1
Complementary color
Monochromatic Colors of #507CB1
Black with #507CB1
Text Example
Text Example
White with #507CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507CB1; }
p { color: rgb(80,124,177); }
H1.HeaderClassName
{
color: #507CB1;
}
.AnyTagClassName
{
color: #507CB1;
}
</style>
background-color css
<style>
a { background-color: #507CB1; }
a { background-color: rgb(80,124,177); }
div.DivClassName
{
background-color: #507CB1;
}
.BgClassName
{
background-color: #507CB1;
}
</style>
border-color css
<style>
span { border-color: #507CB1; }
span { border-color: rgb(80,124,177); }
td.TdClassName
{
border-color: #507CB1;
}
.TagClassName
{
border-color: #507CB1;
}
</style>