#54809D

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

Shades of Air Force Blue #54809D

Tints of Air Force Blue #54809D

Color information

#54809D (or 0x54809D) is unknown color: approx Air Force Blue. HEX triplet: 54, 80 and 9D. RGB value is (84,128,157). Sum of RGB (Red+Green+Blue) = 84+128+157=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #54809D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54809D is #AB7F62. Grayscale: #757575. Windows color (decimal): -11239267 or 10322004. OLE color: 10322004.

HSL color Cylindrical-coordinate representation of color #54809D: hue angle of 203.84º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54809D is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB84128157-
CMYK0.460.1800.38
HSL203.84º30.29%47.25%-
HSV(B)203.84º46.5%61.57%-
XYZ17.4619.7634.79-
YUV118.15149.92103.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.76%
GREEN value IS 128 (50.39% from 255) = 34.69%
BLUE value IS 157 (61.72% from 255) = 42.55%
R=22.76%
G=34.69%
B=42.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841281570.460.1800.38203.8430.2947.25
Hex54809D2E12026cc1e2f
Octal12420023556220463143657
Binary101010010000000100111011011101001001001101100110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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