#547EAB

Color #547EAB Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #547EAB

Tints of Steel Blue #547EAB

Color information

#547EAB (or 0x547EAB) is unknown color: approx Steel Blue. HEX triplet: 54, 7E and AB. RGB value is (84,126,171). Sum of RGB (Red+Green+Blue) = 84+126+171=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #547EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547EAB is #AB8154. Grayscale: #767676. Windows color (decimal): -11239765 or 11238996. OLE color: 11238996.

HSL color Cylindrical-coordinate representation of color #547EAB: hue angle of 211.03º degrees, saturation: 0.34, 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 #547EAB is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84126171-
CMYK0.510.2600.33
HSL211.03º34.12%50%-
HSV(B)211.03º50.88%67.06%-
XYZ18.4719.7541.37-
YUV118.57157.59103.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 22.05%
GREEN value IS 126 (49.61% from 255) = 33.07%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=22.05%
G=33.07%
B=44.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841261710.510.2600.33211.0334.1250
Hex547EAB331A021d32232
Octal12417625363320413234262
Binary101010011111101010101111001111010010000111010011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547EAB; }

 p { color: rgb(84,126,171); }

 H1.HeaderClassName
 {
   color: #547EAB;
 }
 .AnyTagClassName
 {
   color: #547EAB;
 }
</style>
background-color css

<style>
 a { background-color: #547EAB; }

 a { background-color: rgb(84,126,171); }

 div.DivClassName
 {
   background-color: #547EAB;
 }
 .BgClassName
 {
   background-color: #547EAB;
 }
</style>
border-color css

<style>
 span { border-color: #547EAB; }

 span { border-color: rgb(84,126,171); }

 td.TdClassName
 {
   border-color: #547EAB;
 }
 .TagClassName
 {
   border-color: #547EAB;
 }
</style>