Shades of Steel Blue #547DAE
Tints of Steel Blue #547DAE
RGB
CMYK
RGB Variations
Color information
#547DAE (or 0x547DAE) is known color: Steel Blue. HEX triplet: 54, 7D and AE. RGB value is (84,125,174). Sum of RGB (Red+Green+Blue) = 84+125+174=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #547DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547DAE is #AB8251. Grayscale: #767676. Windows color (decimal): -11240018 or 11435348. OLE color: 11435348.
HSL color Cylindrical-coordinate representation of color #547DAE: hue angle of 212.67º 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 #547DAE is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 125 | 174 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.32 |
| HSL | 212.67º | 0.36% | 0.51% | - |
| HSV(B) | 212.67º | 0.52% | 0.68% | - |
| XYZ | 18.63 | 19.61 | 42.85 | - |
| YUV | 118.33 | 159.42 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 174 | 0.52 | 0.28 | 0 | 0.32 | 212.67 | 0.36 | 0.51 |
| Hex | 54 | 7D | AE | 34 | 1C | 0 | 20 | D5 | 24 | 33 |
| Octal | 124 | 175 | 256 | 64 | 34 | 0 | 40 | 325 | 44 | 63 |
| Binary | 1010100 | 1111101 | 10101110 | 110100 | 11100 | 0 | 100000 | 11010101 | 100100 | 110011 |
Color Harmonies of #547DAE
Complementary color
Monochromatic Colors of #547DAE
Black with #547DAE
Text Example
Text Example
White with #547DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547DAE; }
p { color: rgb(84,125,174); }
H1.HeaderClassName
{
color: #547DAE;
}
.AnyTagClassName
{
color: #547DAE;
}
</style>
background-color css
<style>
a { background-color: #547DAE; }
a { background-color: rgb(84,125,174); }
div.DivClassName
{
background-color: #547DAE;
}
.BgClassName
{
background-color: #547DAE;
}
</style>
border-color css
<style>
span { border-color: #547DAE; }
span { border-color: rgb(84,125,174); }
td.TdClassName
{
border-color: #547DAE;
}
.TagClassName
{
border-color: #547DAE;
}
</style>