Html Css Color HEX #54839D Air Force Blue

📋 copy color: '#54839D'

red 84 ◦ green 131 ◦ blue 157

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

Shades of Air Force Blue #54839D

Tints of Air Force Blue #54839D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.22%

 BLUE value IS 157 (61.72% from 255) = 42.2%

R = 22.58%
G = 35.22%
B = 42.2%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#54839D (or 0x54839D) is known color: Air Force Blue. HEX triplet: 54, 83 and 9D. RGB value is (84,131,157). Sum of RGB (Red+Green+Blue) = 84+131+157=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #54839D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54839D is #AB7C62. Grayscale: #777777. Windows color (decimal): -11238499 or 10322772. OLE color: 10322772.

HSL color Cylindrical-coordinate representation of color #54839D: hue angle of 201.37º 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 #54839D is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 131 157 -
CMYK 0.46 0.17 0 0.38
HSL 201.37º 0.3% 0.47% -
HSV(B) 201.37º 0.46% 0.62% -
XYZ 17.86 20.55 34.92 -
YUV 119.91 148.93 102.39 -
System Red Green Blue C M Y K H S L
Decimal 84 131 157 0.46 0.17 0 0.38 201.37 0.3 0.47
Hex 54 83 9D 2E 11 0 26 C9 1E 2F
Octal 124 203 235 56 21 0 46 311 36 57
Binary 1010100 10000011 10011101 101110 10001 0 100110 11001001 11110 101111

Color Harmonies of #54839D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54839D

Black with #54839D

Text Example


Text Example

White with #54839D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54839D;
 }
 .AnyTagClassName
 {
   color: #54839D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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