Shades of Steel Blue #507BA7
Tints of Steel Blue #507BA7
RGB
CMYK
RGB Variations
Color information
#507BA7 (or 0x507BA7) is known color: Steel Blue. HEX triplet: 50, 7B and A7. RGB value is (80,123,167). Sum of RGB (Red+Green+Blue) = 80+123+167=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 167 (65.62% from 255 or 45.14% from 370); Max value from RGB is 167 - color contains mainly: blue. Hex color #507BA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507BA7 is #AF8458. Grayscale: #727272. Windows color (decimal): -11502681 or 10976080. OLE color: 10976080.
HSL color Cylindrical-coordinate representation of color #507BA7: hue angle of 210.34º 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 #507BA7 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 123 | 167 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.35 |
| HSL | 210.34º | 0.35% | 0.48% | - |
| HSV(B) | 210.34º | 0.52% | 0.65% | - |
| XYZ | 17.37 | 18.66 | 39.25 | - |
| YUV | 115.16 | 157.25 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 123 | 167 | 0.52 | 0.26 | 0 | 0.35 | 210.34 | 0.35 | 0.48 |
| Hex | 50 | 7B | A7 | 34 | 1A | 0 | 23 | D2 | 23 | 30 |
| Octal | 120 | 173 | 247 | 64 | 32 | 0 | 43 | 322 | 43 | 60 |
| Binary | 1010000 | 1111011 | 10100111 | 110100 | 11010 | 0 | 100011 | 11010010 | 100011 | 110000 |
Color Harmonies of #507BA7
Complementary color
Monochromatic Colors of #507BA7
Black with #507BA7
Text Example
Text Example
White with #507BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507BA7; }
p { color: rgb(80,123,167); }
H1.HeaderClassName
{
color: #507BA7;
}
.AnyTagClassName
{
color: #507BA7;
}
</style>
background-color css
<style>
a { background-color: #507BA7; }
a { background-color: rgb(80,123,167); }
div.DivClassName
{
background-color: #507BA7;
}
.BgClassName
{
background-color: #507BA7;
}
</style>
border-color css
<style>
span { border-color: #507BA7; }
span { border-color: rgb(80,123,167); }
td.TdClassName
{
border-color: #507BA7;
}
.TagClassName
{
border-color: #507BA7;
}
</style>