Shades of Steel Blue #547CAD
Tints of Steel Blue #547CAD
RGB
CMYK
RGB Variations
Color information
#547CAD (or 0x547CAD) is known color: Steel Blue. HEX triplet: 54, 7C and AD. RGB value is (84,124,173). Sum of RGB (Red+Green+Blue) = 84+124+173=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #547CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547CAD is #AB8352. Grayscale: #757575. Windows color (decimal): -11240275 or 11369556. OLE color: 11369556.
HSL color Cylindrical-coordinate representation of color #547CAD: hue angle of 213.03º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #547CAD is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 124 | 173 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.32 |
| HSL | 213.03º | 0.35% | 0.5% | - |
| HSV(B) | 213.03º | 0.51% | 0.68% | - |
| XYZ | 18.41 | 19.32 | 42.29 | - |
| YUV | 117.63 | 159.25 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 124 | 173 | 0.51 | 0.28 | 0 | 0.32 | 213.03 | 0.35 | 0.5 |
| Hex | 54 | 7C | AD | 33 | 1C | 0 | 20 | D5 | 23 | 32 |
| Octal | 124 | 174 | 255 | 63 | 34 | 0 | 40 | 325 | 43 | 62 |
| Binary | 1010100 | 1111100 | 10101101 | 110011 | 11100 | 0 | 100000 | 11010101 | 100011 | 110010 |
Color Harmonies of #547CAD
Complementary color
Monochromatic Colors of #547CAD
Black with #547CAD
Text Example
Text Example
White with #547CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547CAD; }
p { color: rgb(84,124,173); }
H1.HeaderClassName
{
color: #547CAD;
}
.AnyTagClassName
{
color: #547CAD;
}
</style>
background-color css
<style>
a { background-color: #547CAD; }
a { background-color: rgb(84,124,173); }
div.DivClassName
{
background-color: #547CAD;
}
.BgClassName
{
background-color: #547CAD;
}
</style>
border-color css
<style>
span { border-color: #547CAD; }
span { border-color: rgb(84,124,173); }
td.TdClassName
{
border-color: #547CAD;
}
.TagClassName
{
border-color: #547CAD;
}
</style>