Html Css Color HEX #54819F Air Force Blue

📋 copy color: '#54819F'

red 84 ◦ green 129 ◦ blue 159

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

Shades of Air Force Blue #54819F

Tints of Air Force Blue #54819F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.68%

 BLUE value IS 159 (62.5% from 255) = 42.74%

R = 22.58%
G = 34.68%
B = 42.74%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#54819F (or 0x54819F) is known color: Air Force Blue. HEX triplet: 54, 81 and 9F. RGB value is (84,129,159). Sum of RGB (Red+Green+Blue) = 84+129+159=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 159 - color contains mainly: blue. Hex color #54819F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54819F is #AB7E60. Grayscale: #767676. Windows color (decimal): -11239009 or 10453332. OLE color: 10453332.

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

Color convert

RGB 84 129 159 -
CMYK 0.47 0.19 0 0.38
HSL 204º 0.31% 0.48% -
HSV(B) 204º 0.47% 0.62% -
XYZ 17.76 20.09 35.74 -
YUV 118.97 150.59 103.06 -
System Red Green Blue C M Y K H S L
Decimal 84 129 159 0.47 0.19 0 0.38 204 0.31 0.48
Hex 54 81 9F 2F 13 0 26 CC 1F 30
Octal 124 201 237 57 23 0 46 314 37 60
Binary 1010100 10000001 10011111 101111 10011 0 100110 11001100 11111 110000

Color Harmonies of #54819F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54819F

Black with #54819F

Text Example


Text Example

White with #54819F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54819F; }

 p { color: rgb(84,129,159); }

 H1.HeaderClassName
 {
   color: #54819F;
 }
 .AnyTagClassName
 {
   color: #54819F;
 }
</style>

background-color css

<style>
 a { background-color: #54819F; }

 a { background-color: rgb(84,129,159); }

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

border-color css

<style>
 span { border-color: #54819F; }

 span { border-color: rgb(84,129,159); }

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