Html Css Color HEX #54849E Air Force Blue

📋 copy color: '#54849E'

red 84 ◦ green 132 ◦ blue 158

#54849E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #54849E

Tints of Air Force Blue #54849E

RGB

 RED value IS 84 (33.2% from 255) = 22.46%

 GREEN value IS 132 (51.95% from 255) = 35.29%

 BLUE value IS 158 (62.11% from 255) = 42.25%

R = 22.46%
G = 35.29%
B = 42.25%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#54849E (or 0x54849E) is known color: Air Force Blue. HEX triplet: 54, 84 and 9E. RGB value is (84,132,158). Sum of RGB (Red+Green+Blue) = 84+132+158=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #54849E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54849E is #AB7B61. Grayscale: #787878. Windows color (decimal): -11238242 or 10388564. OLE color: 10388564.

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

Color convert

RGB 84 132 158 -
CMYK 0.47 0.16 0 0.38
HSL 201.08º 0.31% 0.47% -
HSV(B) 201.08º 0.47% 0.62% -
XYZ 18.08 20.86 35.42 -
YUV 120.61 149.1 101.89 -
System Red Green Blue C M Y K H S L
Decimal 84 132 158 0.47 0.16 0 0.38 201.08 0.31 0.47
Hex 54 84 9E 2F 10 0 26 C9 1F 2F
Octal 124 204 236 57 20 0 46 311 37 57
Binary 1010100 10000100 10011110 101111 10000 0 100110 11001001 11111 101111

Color Harmonies of #54849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54849E

Black with #54849E

Text Example


Text Example

White with #54849E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54849E;
 }
 .AnyTagClassName
 {
   color: #54849E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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