Shades of Steel Blue #507BA6
Tints of Steel Blue #507BA6
RGB
CMYK
RGB Variations
Color information
#507BA6 (or 0x507BA6) is known color: Steel Blue. HEX triplet: 50, 7B and A6. RGB value is (80,123,166). Sum of RGB (Red+Green+Blue) = 80+123+166=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 166 (65.23% from 255 or 44.99% from 369); Max value from RGB is 166 - color contains mainly: blue. Hex color #507BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507BA6 is #AF8459. Grayscale: #727272. Windows color (decimal): -11502682 or 10910544. OLE color: 10910544.
HSL color Cylindrical-coordinate representation of color #507BA6: hue angle of 210º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #507BA6 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 123 | 166 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.35 |
| HSL | 210º | 0.35% | 0.48% | - |
| HSV(B) | 210º | 0.52% | 0.65% | - |
| XYZ | 17.27 | 18.62 | 38.76 | - |
| YUV | 115.05 | 156.75 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 123 | 166 | 0.52 | 0.26 | 0 | 0.35 | 210 | 0.35 | 0.48 |
| Hex | 50 | 7B | A6 | 34 | 1A | 0 | 23 | D2 | 23 | 30 |
| Octal | 120 | 173 | 246 | 64 | 32 | 0 | 43 | 322 | 43 | 60 |
| Binary | 1010000 | 1111011 | 10100110 | 110100 | 11010 | 0 | 100011 | 11010010 | 100011 | 110000 |
Color Harmonies of #507BA6
Complementary color
Monochromatic Colors of #507BA6
Black with #507BA6
Text Example
Text Example
White with #507BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507BA6; }
p { color: rgb(80,123,166); }
H1.HeaderClassName
{
color: #507BA6;
}
.AnyTagClassName
{
color: #507BA6;
}
</style>
background-color css
<style>
a { background-color: #507BA6; }
a { background-color: rgb(80,123,166); }
div.DivClassName
{
background-color: #507BA6;
}
.BgClassName
{
background-color: #507BA6;
}
</style>
border-color css
<style>
span { border-color: #507BA6; }
span { border-color: rgb(80,123,166); }
td.TdClassName
{
border-color: #507BA6;
}
.TagClassName
{
border-color: #507BA6;
}
</style>