Shades of Steel Blue #507DAB
Tints of Steel Blue #507DAB
RGB
CMYK
RGB Variations
Color information
#507DAB (or 0x507DAB) is known color: Steel Blue. HEX triplet: 50, 7D and AB. RGB value is (80,125,171). Sum of RGB (Red+Green+Blue) = 80+125+171=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #507DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507DAB is #AF8254. Grayscale: #747474. Windows color (decimal): -11502165 or 11238736. OLE color: 11238736.
HSL color Cylindrical-coordinate representation of color #507DAB: hue angle of 210.33º 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 #507DAB is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 125 | 171 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.33 |
| HSL | 210.33º | 0.36% | 0.49% | - |
| HSV(B) | 210.33º | 0.53% | 0.67% | - |
| XYZ | 17.99 | 19.31 | 41.31 | - |
| YUV | 116.79 | 158.59 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 125 | 171 | 0.53 | 0.27 | 0 | 0.33 | 210.33 | 0.36 | 0.49 |
| Hex | 50 | 7D | AB | 35 | 1B | 0 | 21 | D2 | 24 | 31 |
| Octal | 120 | 175 | 253 | 65 | 33 | 0 | 41 | 322 | 44 | 61 |
| Binary | 1010000 | 1111101 | 10101011 | 110101 | 11011 | 0 | 100001 | 11010010 | 100100 | 110001 |
Color Harmonies of #507DAB
Complementary color
Monochromatic Colors of #507DAB
Black with #507DAB
Text Example
Text Example
White with #507DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507DAB; }
p { color: rgb(80,125,171); }
H1.HeaderClassName
{
color: #507DAB;
}
.AnyTagClassName
{
color: #507DAB;
}
</style>
background-color css
<style>
a { background-color: #507DAB; }
a { background-color: rgb(80,125,171); }
div.DivClassName
{
background-color: #507DAB;
}
.BgClassName
{
background-color: #507DAB;
}
</style>
border-color css
<style>
span { border-color: #507DAB; }
span { border-color: rgb(80,125,171); }
td.TdClassName
{
border-color: #507DAB;
}
.TagClassName
{
border-color: #507DAB;
}
</style>