#547CAA

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

Shades of Steel Blue #547CAA

Tints of Steel Blue #547CAA

Color information

#547CAA (or 0x547CAA) is unknown color: approx Steel Blue. HEX triplet: 54, 7C and AA. RGB value is (84,124,170). Sum of RGB (Red+Green+Blue) = 84+124+170=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #547CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547CAA is #AB8355. Grayscale: #757575. Windows color (decimal): -11240278 or 11172948. OLE color: 11172948.

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

Color convert

RGB84124170-
CMYK0.510.2700.33
HSL212.09º33.86%49.8%-
HSV(B)212.09º50.59%66.67%-
XYZ18.1219.240.78-
YUV117.28157.75104.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.22%
GREEN value IS 124 (48.83% from 255) = 32.80%
BLUE value IS 170 (66.80% from 255) = 44.97%
R=22.22%
G=32.80%
B=44.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841241700.510.2700.33212.0933.8649.8
Hex547CAA331B021d42232
Octal12417425263330413244262
Binary101010011111001010101011001111011010000111010100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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