#547E9F

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

Shades of Air Force Blue #547E9F

Tints of Air Force Blue #547E9F

Color information

#547E9F (or 0x547E9F) is unknown color: approx Air Force Blue. HEX triplet: 54, 7E and 9F. RGB value is (84,126,159). Sum of RGB (Red+Green+Blue) = 84+126+159=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 159 - color contains mainly: blue. Hex color #547E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547E9F is #AB8160. Grayscale: #757575. Windows color (decimal): -11239777 or 10452564. OLE color: 10452564.

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

Color convert

RGB84126159-
CMYK0.470.2100.38
HSL206.4º30.86%47.65%-
HSV(B)206.4º47.17%62.35%-
XYZ17.3819.3135.61-
YUV117.2151.59104.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.76%
GREEN value IS 126 (49.61% from 255) = 34.15%
BLUE value IS 159 (62.5% from 255) = 43.09%
R=22.76%
G=34.15%
B=43.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841261590.470.2100.38206.430.8647.65
Hex547E9F2F15026ce1f30
Octal12417623757250463163760
Binary10101001111110100111111011111010101001101100111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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