Shades of Steel Blue #507BA5
Tints of Steel Blue #507BA5
RGB
CMYK
RGB Variations
Color information
#507BA5 (or 0x507BA5) is known color: Steel Blue. HEX triplet: 50, 7B and A5. RGB value is (80,123,165). Sum of RGB (Red+Green+Blue) = 80+123+165=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 165 (64.84% from 255 or 44.84% from 368); Max value from RGB is 165 - color contains mainly: blue. Hex color #507BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507BA5 is #AF845A. Grayscale: #727272. Windows color (decimal): -11502683 or 10845008. OLE color: 10845008.
HSL color Cylindrical-coordinate representation of color #507BA5: hue angle of 209.65º 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 #507BA5 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 123 | 165 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.35 |
| HSL | 209.65º | 0.35% | 0.48% | - |
| HSV(B) | 209.65º | 0.52% | 0.65% | - |
| XYZ | 17.18 | 18.59 | 38.28 | - |
| YUV | 114.93 | 156.25 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 123 | 165 | 0.52 | 0.25 | 0 | 0.35 | 209.65 | 0.35 | 0.48 |
| Hex | 50 | 7B | A5 | 34 | 19 | 0 | 23 | D2 | 23 | 30 |
| Octal | 120 | 173 | 245 | 64 | 31 | 0 | 43 | 322 | 43 | 60 |
| Binary | 1010000 | 1111011 | 10100101 | 110100 | 11001 | 0 | 100011 | 11010010 | 100011 | 110000 |
Color Harmonies of #507BA5
Complementary color
Monochromatic Colors of #507BA5
Black with #507BA5
Text Example
Text Example
White with #507BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507BA5; }
p { color: rgb(80,123,165); }
H1.HeaderClassName
{
color: #507BA5;
}
.AnyTagClassName
{
color: #507BA5;
}
</style>
background-color css
<style>
a { background-color: #507BA5; }
a { background-color: rgb(80,123,165); }
div.DivClassName
{
background-color: #507BA5;
}
.BgClassName
{
background-color: #507BA5;
}
</style>
border-color css
<style>
span { border-color: #507BA5; }
span { border-color: rgb(80,123,165); }
td.TdClassName
{
border-color: #507BA5;
}
.TagClassName
{
border-color: #507BA5;
}
</style>