Shades of Steel Blue #547BAF
Tints of Steel Blue #547BAF
RGB
CMYK
RGB Variations
Color information
#547BAF (or 0x547BAF) is known color: Steel Blue. HEX triplet: 54, 7B and AF. RGB value is (84,123,175). Sum of RGB (Red+Green+Blue) = 84+123+175=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #547BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547BAF is #AB8450. Grayscale: #757575. Windows color (decimal): -11240529 or 11500372. OLE color: 11500372.
HSL color Cylindrical-coordinate representation of color #547BAF: hue angle of 214.29º 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 #547BAF is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 123 | 175 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.31 |
| HSL | 214.29º | 0.36% | 0.51% | - |
| HSV(B) | 214.29º | 0.52% | 0.69% | - |
| XYZ | 18.48 | 19.15 | 43.28 | - |
| YUV | 117.27 | 160.58 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 175 | 0.52 | 0.30 | 0 | 0.31 | 214.29 | 0.36 | 0.51 |
| Hex | 54 | 7B | AF | 34 | 1E | 0 | 1F | D6 | 24 | 33 |
| Octal | 124 | 173 | 257 | 64 | 36 | 0 | 37 | 326 | 44 | 63 |
| Binary | 1010100 | 1111011 | 10101111 | 110100 | 11110 | 0 | 11111 | 11010110 | 100100 | 110011 |
Color Harmonies of #547BAF
Complementary color
Monochromatic Colors of #547BAF
Black with #547BAF
Text Example
Text Example
White with #547BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547BAF; }
p { color: rgb(84,123,175); }
H1.HeaderClassName
{
color: #547BAF;
}
.AnyTagClassName
{
color: #547BAF;
}
</style>
background-color css
<style>
a { background-color: #547BAF; }
a { background-color: rgb(84,123,175); }
div.DivClassName
{
background-color: #547BAF;
}
.BgClassName
{
background-color: #547BAF;
}
</style>
border-color css
<style>
span { border-color: #547BAF; }
span { border-color: rgb(84,123,175); }
td.TdClassName
{
border-color: #547BAF;
}
.TagClassName
{
border-color: #547BAF;
}
</style>