Shades of Steel Blue #547BAC
Tints of Steel Blue #547BAC
RGB
CMYK
RGB Variations
Color information
#547BAC (or 0x547BAC) is known color: Steel Blue. HEX triplet: 54, 7B and AC. RGB value is (84,123,172). Sum of RGB (Red+Green+Blue) = 84+123+172=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #547BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547BAC is #AB8453. Grayscale: #747474. Windows color (decimal): -11240532 or 11303764. OLE color: 11303764.
HSL color Cylindrical-coordinate representation of color #547BAC: hue angle of 213.41º degrees, saturation: 0.35, 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 #547BAC is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 123 | 172 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.33 |
| HSL | 213.41º | 0.35% | 0.5% | - |
| HSV(B) | 213.41º | 0.51% | 0.67% | - |
| XYZ | 18.19 | 19.03 | 41.74 | - |
| YUV | 116.93 | 159.08 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 172 | 0.51 | 0.28 | 0 | 0.33 | 213.41 | 0.35 | 0.5 |
| Hex | 54 | 7B | AC | 33 | 1C | 0 | 21 | D5 | 23 | 32 |
| Octal | 124 | 173 | 254 | 63 | 34 | 0 | 41 | 325 | 43 | 62 |
| Binary | 1010100 | 1111011 | 10101100 | 110011 | 11100 | 0 | 100001 | 11010101 | 100011 | 110010 |
Color Harmonies of #547BAC
Complementary color
Monochromatic Colors of #547BAC
Black with #547BAC
Text Example
Text Example
White with #547BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547BAC; }
p { color: rgb(84,123,172); }
H1.HeaderClassName
{
color: #547BAC;
}
.AnyTagClassName
{
color: #547BAC;
}
</style>
background-color css
<style>
a { background-color: #547BAC; }
a { background-color: rgb(84,123,172); }
div.DivClassName
{
background-color: #547BAC;
}
.BgClassName
{
background-color: #547BAC;
}
</style>
border-color css
<style>
span { border-color: #547BAC; }
span { border-color: rgb(84,123,172); }
td.TdClassName
{
border-color: #547BAC;
}
.TagClassName
{
border-color: #547BAC;
}
</style>