#547EAF

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

Shades of Steel Blue #547EAF

Tints of Steel Blue #547EAF

Color information

#547EAF (or 0x547EAF) is unknown color: approx Steel Blue. HEX triplet: 54, 7E and AF. RGB value is (84,126,175). Sum of RGB (Red+Green+Blue) = 84+126+175=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #547EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547EAF is #AB8150. Grayscale: #767676. Windows color (decimal): -11239761 or 11501140. OLE color: 11501140.

HSL color Cylindrical-coordinate representation of color #547EAF: hue angle of 212.31º 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 #547EAF is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB84126175-
CMYK0.520.2800.31
HSL212.31º36.25%50.78%-
HSV(B)212.31º52%68.63%-
XYZ18.8519.943.41-
YUV119.03159.59103.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.82%
GREEN value IS 126 (49.61% from 255) = 32.73%
BLUE value IS 175 (68.75% from 255) = 45.45%
R=21.82%
G=32.73%
B=45.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841261750.520.2800.31212.3136.2550.78
Hex547EAF341C01Fd42433
Octal12417625764340373244463
Binary10101001111110101011111101001110001111111010100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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