#54869F

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

Shades of Air Force Blue #54869F

Tints of Air Force Blue #54869F

Color information

#54869F (or 0x54869F) is unknown color: approx Air Force Blue. HEX triplet: 54, 86 and 9F. RGB value is (84,134,159). Sum of RGB (Red+Green+Blue) = 84+134+159=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #54869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54869F is #AB7960. Grayscale: #797979. Windows color (decimal): -11237729 or 10454612. OLE color: 10454612.

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

Color convert

RGB84134159-
CMYK0.470.1600.38
HSL200º30.86%47.65%-
HSV(B)200º47.17%62.35%-
XYZ18.4421.4435.97-
YUV121.9148.94100.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.28%
GREEN value IS 134 (52.73% from 255) = 35.54%
BLUE value IS 159 (62.5% from 255) = 42.18%
R=22.28%
G=35.54%
B=42.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841341590.470.1600.3820030.8647.65
Hex54869F2F10026c81f30
Octal12420623757200463103760
Binary101010010000110100111111011111000001001101100100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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