#54849F

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

Shades of Air Force Blue #54849F

Tints of Air Force Blue #54849F

Color information

#54849F (or 0x54849F) is unknown color: approx Air Force Blue. HEX triplet: 54, 84 and 9F. RGB value is (84,132,159). Sum of RGB (Red+Green+Blue) = 84+132+159=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #54849F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54849F is #AB7B60. Grayscale: #787878. Windows color (decimal): -11238241 or 10454100. OLE color: 10454100.

HSL color Cylindrical-coordinate representation of color #54849F: hue angle of 201.6º 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 #54849F is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB84132159-
CMYK0.470.1700.38
HSL201.6º30.86%47.65%-
HSV(B)201.6º47.17%62.35%-
XYZ18.1720.8935.88-
YUV120.73149.6101.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.4%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 159 (62.5% from 255) = 42.4%
R=22.4%
G=35.2%
B=42.4%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841321590.470.1700.38201.630.8647.65
Hex54849F2F11026ca1f30
Octal12420423757210463123760
Binary101010010000100100111111011111000101001101100101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54849F; }

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

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

<style>
 a { background-color: #54849F; }

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

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

<style>
 span { border-color: #54849F; }

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

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