#547E9E

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

Shades of Air Force Blue #547E9E

Tints of Air Force Blue #547E9E

Color information

#547E9E (or 0x547E9E) is unknown color: approx Air Force Blue. HEX triplet: 54, 7E and 9E. RGB value is (84,126,158). Sum of RGB (Red+Green+Blue) = 84+126+158=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 158 - color contains mainly: blue. Hex color #547E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547E9E is #AB8161. Grayscale: #747474. Windows color (decimal): -11239778 or 10387028. OLE color: 10387028.

HSL color Cylindrical-coordinate representation of color #547E9E: hue angle of 205.95º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #547E9E is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB84126158-
CMYK0.470.2000.38
HSL205.95º30.58%47.45%-
HSV(B)205.95º46.84%61.96%-
XYZ17.2919.2835.16-
YUV117.09151.09104.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.83%
GREEN value IS 126 (49.61% from 255) = 34.24%
BLUE value IS 158 (62.11% from 255) = 42.93%
R=22.83%
G=34.24%
B=42.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841261580.470.2000.38205.9530.5847.45
Hex547E9E2F14026ce1f2f
Octal12417623657240463163757
Binary10101001111110100111101011111010001001101100111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,126,158); }

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

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

 a { background-color: rgb(84,126,158); }

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

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

 span { border-color: rgb(84,126,158); }

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