Html Css Color HEX #54829E Air Force Blue

📋 copy color: '#54829E'

red 84 ◦ green 130 ◦ blue 158

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

Shades of Air Force Blue #54829E

Tints of Air Force Blue #54829E

RGB

 RED value IS 84 (33.2% 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 value IS 0.47

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#54829E (or 0x54829E) is known color: 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

RGB 84 130 158 -
CMYK 0.47 0.18 0 0.38
HSL 202.7º 0.31% 0.47% -
HSV(B) 202.7º 0.47% 0.62% -
XYZ 17.81 20.32 35.33 -
YUV 119.44 149.76 102.72 -
System Red Green Blue C M Y K H S L
Decimal 84 130 158 0.47 0.18 0 0.38 202.7 0.31 0.47
Hex 54 82 9E 2F 12 0 26 CB 1F 2F
Octal 124 202 236 57 22 0 46 313 37 57
Binary 1010100 10000010 10011110 101111 10010 0 100110 11001011 11111 101111

Color Harmonies of #54829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54829E

Black with #54829E

Text Example


Text Example

White with #54829E

Text Example


Text Example

HTML Codes & Css Web 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>