Shades of Steel Blue #507BA8
Tints of Steel Blue #507BA8
RGB
CMYK
RGB Variations
Color information
#507BA8 (or 0x507BA8) is known color: Steel Blue. HEX triplet: 50, 7B and A8. RGB value is (80,123,168). Sum of RGB (Red+Green+Blue) = 80+123+168=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 168 - color contains mainly: blue. Hex color #507BA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507BA8 is #AF8457. Grayscale: #737373. Windows color (decimal): -11502680 or 11041616. OLE color: 11041616.
HSL color Cylindrical-coordinate representation of color #507BA8: hue angle of 210.68º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #507BA8 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 123 | 168 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.34 |
| HSL | 210.68º | 0.35% | 0.49% | - |
| HSV(B) | 210.68º | 0.52% | 0.66% | - |
| XYZ | 17.46 | 18.7 | 39.73 | - |
| YUV | 115.27 | 157.75 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 123 | 168 | 0.52 | 0.27 | 0 | 0.34 | 210.68 | 0.35 | 0.49 |
| Hex | 50 | 7B | A8 | 34 | 1B | 0 | 22 | D3 | 23 | 31 |
| Octal | 120 | 173 | 250 | 64 | 33 | 0 | 42 | 323 | 43 | 61 |
| Binary | 1010000 | 1111011 | 10101000 | 110100 | 11011 | 0 | 100010 | 11010011 | 100011 | 110001 |
Color Harmonies of #507BA8
Complementary color
Monochromatic Colors of #507BA8
Black with #507BA8
Text Example
Text Example
White with #507BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507BA8; }
p { color: rgb(80,123,168); }
H1.HeaderClassName
{
color: #507BA8;
}
.AnyTagClassName
{
color: #507BA8;
}
</style>
background-color css
<style>
a { background-color: #507BA8; }
a { background-color: rgb(80,123,168); }
div.DivClassName
{
background-color: #507BA8;
}
.BgClassName
{
background-color: #507BA8;
}
</style>
border-color css
<style>
span { border-color: #507BA8; }
span { border-color: rgb(80,123,168); }
td.TdClassName
{
border-color: #507BA8;
}
.TagClassName
{
border-color: #507BA8;
}
</style>