Shades of Steel Blue #547AAF
Tints of Steel Blue #547AAF
RGB
CMYK
RGB Variations
Color information
#547AAF (or 0x547AAF) is known color: Steel Blue. HEX triplet: 54, 7A and AF. RGB value is (84,122,175). Sum of RGB (Red+Green+Blue) = 84+122+175=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #547AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547AAF is #AB8550. Grayscale: #747474. Windows color (decimal): -11240785 or 11500116. OLE color: 11500116.
HSL color Cylindrical-coordinate representation of color #547AAF: hue angle of 214.95º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #547AAF is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 122 | 175 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.31 |
| HSL | 214.95º | 0.36% | 0.51% | - |
| HSV(B) | 214.95º | 0.52% | 0.69% | - |
| XYZ | 18.35 | 18.9 | 43.24 | - |
| YUV | 116.68 | 160.91 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 175 | 0.52 | 0.30 | 0 | 0.31 | 214.95 | 0.36 | 0.51 |
| Hex | 54 | 7A | AF | 34 | 1E | 0 | 1F | D7 | 24 | 33 |
| Octal | 124 | 172 | 257 | 64 | 36 | 0 | 37 | 327 | 44 | 63 |
| Binary | 1010100 | 1111010 | 10101111 | 110100 | 11110 | 0 | 11111 | 11010111 | 100100 | 110011 |
Color Harmonies of #547AAF
Complementary color
Monochromatic Colors of #547AAF
Black with #547AAF
Text Example
Text Example
White with #547AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547AAF; }
p { color: rgb(84,122,175); }
H1.HeaderClassName
{
color: #547AAF;
}
.AnyTagClassName
{
color: #547AAF;
}
</style>
background-color css
<style>
a { background-color: #547AAF; }
a { background-color: rgb(84,122,175); }
div.DivClassName
{
background-color: #547AAF;
}
.BgClassName
{
background-color: #547AAF;
}
</style>
border-color css
<style>
span { border-color: #547AAF; }
span { border-color: rgb(84,122,175); }
td.TdClassName
{
border-color: #547AAF;
}
.TagClassName
{
border-color: #547AAF;
}
</style>