Shades of Steel Blue #547BAE
Tints of Steel Blue #547BAE
RGB
CMYK
RGB Variations
Color information
#547BAE (or 0x547BAE) is known color: Steel Blue. HEX triplet: 54, 7B and AE. RGB value is (84,123,174). Sum of RGB (Red+Green+Blue) = 84+123+174=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #547BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547BAE is #AB8451. Grayscale: #747474. Windows color (decimal): -11240530 or 11434836. OLE color: 11434836.
HSL color Cylindrical-coordinate representation of color #547BAE: hue angle of 214º 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 #547BAE is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 123 | 174 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.32 |
| HSL | 214º | 0.36% | 0.51% | - |
| HSV(B) | 214º | 0.52% | 0.68% | - |
| XYZ | 18.38 | 19.11 | 42.76 | - |
| YUV | 117.15 | 160.08 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 174 | 0.52 | 0.29 | 0 | 0.32 | 214 | 0.36 | 0.51 |
| Hex | 54 | 7B | AE | 34 | 1D | 0 | 20 | D6 | 24 | 33 |
| Octal | 124 | 173 | 256 | 64 | 35 | 0 | 40 | 326 | 44 | 63 |
| Binary | 1010100 | 1111011 | 10101110 | 110100 | 11101 | 0 | 100000 | 11010110 | 100100 | 110011 |
Color Harmonies of #547BAE
Complementary color
Monochromatic Colors of #547BAE
Black with #547BAE
Text Example
Text Example
White with #547BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547BAE; }
p { color: rgb(84,123,174); }
H1.HeaderClassName
{
color: #547BAE;
}
.AnyTagClassName
{
color: #547BAE;
}
</style>
background-color css
<style>
a { background-color: #547BAE; }
a { background-color: rgb(84,123,174); }
div.DivClassName
{
background-color: #547BAE;
}
.BgClassName
{
background-color: #547BAE;
}
</style>
border-color css
<style>
span { border-color: #547BAE; }
span { border-color: rgb(84,123,174); }
td.TdClassName
{
border-color: #547BAE;
}
.TagClassName
{
border-color: #547BAE;
}
</style>