#547CA2

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

Shades of Air Force Blue #547CA2

Tints of Air Force Blue #547CA2

Color information

#547CA2 (or 0x547CA2) is unknown color: approx Air Force Blue. HEX triplet: 54, 7C and A2. RGB value is (84,124,162). Sum of RGB (Red+Green+Blue) = 84+124+162=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 162 - color contains mainly: blue. Hex color #547CA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547CA2 is #AB835D. Grayscale: #747474. Windows color (decimal): -11240286 or 10648660. OLE color: 10648660.

HSL color Cylindrical-coordinate representation of color #547CA2: hue angle of 209.23º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #547CA2 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB84124162-
CMYK0.480.2300.36
HSL209.23º31.71%48.24%-
HSV(B)209.23º48.15%63.53%-
XYZ17.3918.9136.92-
YUV116.37153.75104.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.70%
GREEN value IS 124 (48.83% from 255) = 33.51%
BLUE value IS 162 (63.67% from 255) = 43.78%
R=22.70%
G=33.51%
B=43.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal841241620.480.2300.36209.2331.7148.24
Hex547CA23017024d12030
Octal12417424260270443214060
Binary101010011111001010001011000010111010010011010001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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