Shades of Steel Blue #507CB2
Tints of Steel Blue #507CB2
RGB
CMYK
RGB Variations
Color information
#507CB2 (or 0x507CB2) is known color: Steel Blue. HEX triplet: 50, 7C and B2. RGB value is (80,124,178). Sum of RGB (Red+Green+Blue) = 80+124+178=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 178 - color contains mainly: blue. Hex color #507CB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507CB2 is #AF834D. Grayscale: #747474. Windows color (decimal): -11502414 or 11697232. OLE color: 11697232.
HSL color Cylindrical-coordinate representation of color #507CB2: hue angle of 213.06º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #507CB2 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 80 | 124 | 178 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.30 |
| HSL | 213.06º | 0.39% | 0.51% | - |
| HSV(B) | 213.06º | 0.55% | 0.7% | - |
| XYZ | 18.55 | 19.34 | 44.87 | - |
| YUV | 117 | 162.42 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 178 | 0.55 | 0.30 | 0 | 0.30 | 213.06 | 0.39 | 0.51 |
| Hex | 50 | 7C | B2 | 37 | 1E | 0 | 1E | D5 | 27 | 33 |
| Octal | 120 | 174 | 262 | 67 | 36 | 0 | 36 | 325 | 47 | 63 |
| Binary | 1010000 | 1111100 | 10110010 | 110111 | 11110 | 0 | 11110 | 11010101 | 100111 | 110011 |
Color Harmonies of #507CB2
Complementary color
Monochromatic Colors of #507CB2
Black with #507CB2
Text Example
Text Example
White with #507CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507CB2; }
p { color: rgb(80,124,178); }
H1.HeaderClassName
{
color: #507CB2;
}
.AnyTagClassName
{
color: #507CB2;
}
</style>
background-color css
<style>
a { background-color: #507CB2; }
a { background-color: rgb(80,124,178); }
div.DivClassName
{
background-color: #507CB2;
}
.BgClassName
{
background-color: #507CB2;
}
</style>
border-color css
<style>
span { border-color: #507CB2; }
span { border-color: rgb(80,124,178); }
td.TdClassName
{
border-color: #507CB2;
}
.TagClassName
{
border-color: #507CB2;
}
</style>