#547CAD

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

Shades of Steel Blue #547CAD

Tints of Steel Blue #547CAD

Color information

#547CAD (or 0x547CAD) is unknown color: approx Steel Blue. HEX triplet: 54, 7C and AD. RGB value is (84,124,173). Sum of RGB (Red+Green+Blue) = 84+124+173=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #547CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547CAD is #AB8352. Grayscale: #757575. Windows color (decimal): -11240275 or 11369556. OLE color: 11369556.

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

Color convert

RGB84124173-
CMYK0.510.2800.32
HSL213.03º35.18%50.39%-
HSV(B)213.03º51.45%67.84%-
XYZ18.4119.3242.29-
YUV117.63159.25104.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.05%
GREEN value IS 124 (48.83% from 255) = 32.55%
BLUE value IS 173 (67.97% from 255) = 45.41%
R=22.05%
G=32.55%
B=45.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841241730.510.2800.32213.0335.1850.39
Hex547CAD331C020d52332
Octal12417425563340403254362
Binary101010011111001010110111001111100010000011010101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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