Shades of Steel Blue #547FB0
Tints of Steel Blue #547FB0
RGB
CMYK
RGB Variations
Color information
#547FB0 (or 0x547FB0) is known color: Steel Blue. HEX triplet: 54, 7F and B0. RGB value is (84,127,176). Sum of RGB (Red+Green+Blue) = 84+127+176=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 176 - color contains mainly: blue. Hex color #547FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547FB0 is #AB804F. Grayscale: #777777. Windows color (decimal): -11239504 or 11566932. OLE color: 11566932.
HSL color Cylindrical-coordinate representation of color #547FB0: hue angle of 211.96º degrees, saturation: 0.37, 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 #547FB0 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 127 | 176 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.31 |
| HSL | 211.96º | 0.37% | 0.51% | - |
| HSV(B) | 211.96º | 0.52% | 0.69% | - |
| XYZ | 19.08 | 20.2 | 43.97 | - |
| YUV | 119.73 | 159.75 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 176 | 0.52 | 0.28 | 0 | 0.31 | 211.96 | 0.37 | 0.51 |
| Hex | 54 | 7F | B0 | 34 | 1C | 0 | 1F | D4 | 25 | 33 |
| Octal | 124 | 177 | 260 | 64 | 34 | 0 | 37 | 324 | 45 | 63 |
| Binary | 1010100 | 1111111 | 10110000 | 110100 | 11100 | 0 | 11111 | 11010100 | 100101 | 110011 |
Color Harmonies of #547FB0
Complementary color
Monochromatic Colors of #547FB0
Black with #547FB0
Text Example
Text Example
White with #547FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547FB0; }
p { color: rgb(84,127,176); }
H1.HeaderClassName
{
color: #547FB0;
}
.AnyTagClassName
{
color: #547FB0;
}
</style>
background-color css
<style>
a { background-color: #547FB0; }
a { background-color: rgb(84,127,176); }
div.DivClassName
{
background-color: #547FB0;
}
.BgClassName
{
background-color: #547FB0;
}
</style>
border-color css
<style>
span { border-color: #547FB0; }
span { border-color: rgb(84,127,176); }
td.TdClassName
{
border-color: #547FB0;
}
.TagClassName
{
border-color: #547FB0;
}
</style>