#547DA6

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

Shades of Air Force Blue #547DA6

Tints of Air Force Blue #547DA6

Color information

#547DA6 (or 0x547DA6) is unknown color: approx Air Force Blue. HEX triplet: 54, 7D and A6. RGB value is (84,125,166). Sum of RGB (Red+Green+Blue) = 84+125+166=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 166 (65.23% from 255 or 44.27% from 375); Max value from RGB is 166 - color contains mainly: blue. Hex color #547DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547DA6 is #AB8259. Grayscale: #757575. Windows color (decimal): -11240026 or 10911060. OLE color: 10911060.

HSL color Cylindrical-coordinate representation of color #547DA6: hue angle of 210º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #547DA6 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB84125166-
CMYK0.490.2500.35
HSL210º32.8%49.02%-
HSV(B)210º49.4%65.1%-
XYZ17.8719.3138.86-
YUV117.42155.42104.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.4%
GREEN value IS 125 (49.22% from 255) = 33.33%
BLUE value IS 166 (65.23% from 255) = 44.27%
R=22.4%
G=33.33%
B=44.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal841251660.490.2500.3521032.849.02
Hex547DA63119023d22131
Octal12417524661310433224161
Binary101010011111011010011011000111001010001111010010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,125,166); }

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

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

 a { background-color: rgb(84,125,166); }

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

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

 span { border-color: rgb(84,125,166); }

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