Shades of Steel Blue #547FAE
Tints of Steel Blue #547FAE
RGB
CMYK
RGB Variations
Color information
#547FAE (or 0x547FAE) is known color: Steel Blue. HEX triplet: 54, 7F and AE. RGB value is (84,127,174). Sum of RGB (Red+Green+Blue) = 84+127+174=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #547FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547FAE is #AB8051. Grayscale: #777777. Windows color (decimal): -11239506 or 11435860. OLE color: 11435860.
HSL color Cylindrical-coordinate representation of color #547FAE: hue angle of 211.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #547FAE is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 127 | 174 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.32 |
| HSL | 211.33º | 0.36% | 0.51% | - |
| HSV(B) | 211.33º | 0.52% | 0.68% | - |
| XYZ | 18.89 | 20.12 | 42.93 | - |
| YUV | 119.5 | 158.75 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 174 | 0.52 | 0.27 | 0 | 0.32 | 211.33 | 0.36 | 0.51 |
| Hex | 54 | 7F | AE | 34 | 1B | 0 | 20 | D3 | 24 | 33 |
| Octal | 124 | 177 | 256 | 64 | 33 | 0 | 40 | 323 | 44 | 63 |
| Binary | 1010100 | 1111111 | 10101110 | 110100 | 11011 | 0 | 100000 | 11010011 | 100100 | 110011 |
Color Harmonies of #547FAE
Complementary color
Monochromatic Colors of #547FAE
Black with #547FAE
Text Example
Text Example
White with #547FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547FAE; }
p { color: rgb(84,127,174); }
H1.HeaderClassName
{
color: #547FAE;
}
.AnyTagClassName
{
color: #547FAE;
}
</style>
background-color css
<style>
a { background-color: #547FAE; }
a { background-color: rgb(84,127,174); }
div.DivClassName
{
background-color: #547FAE;
}
.BgClassName
{
background-color: #547FAE;
}
</style>
border-color css
<style>
span { border-color: #547FAE; }
span { border-color: rgb(84,127,174); }
td.TdClassName
{
border-color: #547FAE;
}
.TagClassName
{
border-color: #547FAE;
}
</style>