Shades of Steel Blue #547CAB
Tints of Steel Blue #547CAB
RGB
CMYK
RGB Variations
Color information
#547CAB (or 0x547CAB) is known color: Steel Blue. HEX triplet: 54, 7C and AB. RGB value is (84,124,171). Sum of RGB (Red+Green+Blue) = 84+124+171=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #547CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547CAB is #AB8354. Grayscale: #757575. Windows color (decimal): -11240277 or 11238484. OLE color: 11238484.
HSL color Cylindrical-coordinate representation of color #547CAB: hue angle of 212.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #547CAB is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 124 | 171 | - |
| CMYK | 0.51 | 0.27 | 0 | 0.33 |
| HSL | 212.41º | 0.34% | 0.5% | - |
| HSV(B) | 212.41º | 0.51% | 0.67% | - |
| XYZ | 18.21 | 19.24 | 41.28 | - |
| YUV | 117.4 | 158.25 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 124 | 171 | 0.51 | 0.27 | 0 | 0.33 | 212.41 | 0.34 | 0.5 |
| Hex | 54 | 7C | AB | 33 | 1B | 0 | 21 | D4 | 22 | 32 |
| Octal | 124 | 174 | 253 | 63 | 33 | 0 | 41 | 324 | 42 | 62 |
| Binary | 1010100 | 1111100 | 10101011 | 110011 | 11011 | 0 | 100001 | 11010100 | 100010 | 110010 |
Color Harmonies of #547CAB
Complementary color
Monochromatic Colors of #547CAB
Black with #547CAB
Text Example
Text Example
White with #547CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547CAB; }
p { color: rgb(84,124,171); }
H1.HeaderClassName
{
color: #547CAB;
}
.AnyTagClassName
{
color: #547CAB;
}
</style>
background-color css
<style>
a { background-color: #547CAB; }
a { background-color: rgb(84,124,171); }
div.DivClassName
{
background-color: #547CAB;
}
.BgClassName
{
background-color: #547CAB;
}
</style>
border-color css
<style>
span { border-color: #547CAB; }
span { border-color: rgb(84,124,171); }
td.TdClassName
{
border-color: #547CAB;
}
.TagClassName
{
border-color: #547CAB;
}
</style>