#547AAD

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

Shades of Steel Blue #547AAD

Tints of Steel Blue #547AAD

Color information

#547AAD (or 0x547AAD) is unknown color: approx Steel Blue. HEX triplet: 54, 7A and AD. RGB value is (84,122,173). Sum of RGB (Red+Green+Blue) = 84+122+173=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #547AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547AAD is #AB8552. Grayscale: #747474. Windows color (decimal): -11240787 or 11369044. OLE color: 11369044.

HSL color Cylindrical-coordinate representation of color #547AAD: hue angle of 214.38º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #547AAD is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB84122173-
CMYK0.510.2900.32
HSL214.38º35.18%50.39%-
HSV(B)214.38º51.45%67.84%-
XYZ18.1618.8242.21-
YUV116.45159.91104.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.16%
GREEN value IS 122 (48.05% from 255) = 32.19%
BLUE value IS 173 (67.97% from 255) = 45.65%
R=22.16%
G=32.19%
B=45.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841221730.510.2900.32214.3835.1850.39
Hex547AAD331D020d62332
Octal12417225563350403264362
Binary101010011110101010110111001111101010000011010110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,122,173); }

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

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

 a { background-color: rgb(84,122,173); }

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

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

 span { border-color: rgb(84,122,173); }

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