#54829E

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

Shades of Air Force Blue #54829E

Tints of Air Force Blue #54829E

Color information

#54829E (or 0x54829E) is unknown color: approx Air Force Blue. HEX triplet: 54, 82 and 9E. RGB value is (84,130,158). Sum of RGB (Red+Green+Blue) = 84+130+158=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #54829E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54829E is #AB7D61. Grayscale: #777777. Windows color (decimal): -11238754 or 10388052. OLE color: 10388052.

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

Color convert

RGB84130158-
CMYK0.470.1800.38
HSL202.7º30.58%47.45%-
HSV(B)202.7º46.84%61.96%-
XYZ17.8120.3235.33-
YUV119.44149.76102.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.58%
GREEN value IS 130 (51.17% from 255) = 34.95%
BLUE value IS 158 (62.11% from 255) = 42.47%
R=22.58%
G=34.95%
B=42.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841301580.470.1800.38202.730.5847.45
Hex54829E2F12026cb1f2f
Octal12420223657220463133757
Binary101010010000010100111101011111001001001101100101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54829E; }

 p { color: rgb(84,130,158); }

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

<style>
 a { background-color: #54829E; }

 a { background-color: rgb(84,130,158); }

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

<style>
 span { border-color: #54829E; }

 span { border-color: rgb(84,130,158); }

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