#54809F

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

Shades of Air Force Blue #54809F

Tints of Air Force Blue #54809F

Color information

#54809F (or 0x54809F) is unknown color: approx Air Force Blue. HEX triplet: 54, 80 and 9F. RGB value is (84,128,159). Sum of RGB (Red+Green+Blue) = 84+128+159=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #54809F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54809F is #AB7F60. Grayscale: #767676. Windows color (decimal): -11239265 or 10453076. OLE color: 10453076.

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

Color convert

RGB84128159-
CMYK0.470.1900.38
HSL204.8º30.86%47.65%-
HSV(B)204.8º47.17%62.35%-
XYZ17.6319.8335.7-
YUV118.38150.92103.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.64%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 159 (62.5% from 255) = 42.86%
R=22.64%
G=34.50%
B=42.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841281590.470.1900.38204.830.8647.65
Hex54809F2F13026cd1f30
Octal12420023757230463153760
Binary101010010000000100111111011111001101001101100110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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