Shades of Steel Blue #507CAB
Tints of Steel Blue #507CAB
RGB
CMYK
RGB Variations
Color information
#507CAB (or 0x507CAB) is known color: Steel Blue. HEX triplet: 50, 7C and AB. RGB value is (80,124,171). Sum of RGB (Red+Green+Blue) = 80+124+171=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #507CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507CAB is #AF8354. Grayscale: #737373. Windows color (decimal): -11502421 or 11238480. OLE color: 11238480.
HSL color Cylindrical-coordinate representation of color #507CAB: hue angle of 210.99º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #507CAB is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 124 | 171 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.33 |
| HSL | 210.99º | 0.36% | 0.49% | - |
| HSV(B) | 210.99º | 0.53% | 0.67% | - |
| XYZ | 17.87 | 19.06 | 41.27 | - |
| YUV | 116.2 | 158.92 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 171 | 0.53 | 0.27 | 0 | 0.33 | 210.99 | 0.36 | 0.49 |
| Hex | 50 | 7C | AB | 35 | 1B | 0 | 21 | D3 | 24 | 31 |
| Octal | 120 | 174 | 253 | 65 | 33 | 0 | 41 | 323 | 44 | 61 |
| Binary | 1010000 | 1111100 | 10101011 | 110101 | 11011 | 0 | 100001 | 11010011 | 100100 | 110001 |
Color Harmonies of #507CAB
Complementary color
Monochromatic Colors of #507CAB
Black with #507CAB
Text Example
Text Example
White with #507CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507CAB; }
p { color: rgb(80,124,171); }
H1.HeaderClassName
{
color: #507CAB;
}
.AnyTagClassName
{
color: #507CAB;
}
</style>
background-color css
<style>
a { background-color: #507CAB; }
a { background-color: rgb(80,124,171); }
div.DivClassName
{
background-color: #507CAB;
}
.BgClassName
{
background-color: #507CAB;
}
</style>
border-color css
<style>
span { border-color: #507CAB; }
span { border-color: rgb(80,124,171); }
td.TdClassName
{
border-color: #507CAB;
}
.TagClassName
{
border-color: #507CAB;
}
</style>