Html Css Color HEX #54819D Air Force Blue

📋 copy color: '#54819D'

red 84 ◦ green 129 ◦ blue 157

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

Shades of Air Force Blue #54819D

Tints of Air Force Blue #54819D

RGB

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

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

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

R = 22.7%
G = 34.86%
B = 42.43%

CMYK

 C value IS 0.46

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#54819D (or 0x54819D) is known color: Air Force Blue. HEX triplet: 54, 81 and 9D. RGB value is (84,129,157). Sum of RGB (Red+Green+Blue) = 84+129+157=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #54819D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54819D is #AB7E62. Grayscale: #767676. Windows color (decimal): -11239011 or 10322260. OLE color: 10322260.

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

Color convert

RGB 84 129 157 -
CMYK 0.46 0.18 0 0.38
HSL 203.01º 0.3% 0.47% -
HSV(B) 203.01º 0.46% 0.62% -
XYZ 17.59 20.02 34.84 -
YUV 118.74 149.59 103.22 -
System Red Green Blue C M Y K H S L
Decimal 84 129 157 0.46 0.18 0 0.38 203.01 0.3 0.47
Hex 54 81 9D 2E 12 0 26 CB 1E 2F
Octal 124 201 235 56 22 0 46 313 36 57
Binary 1010100 10000001 10011101 101110 10010 0 100110 11001011 11110 101111

Color Harmonies of #54819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54819D

Black with #54819D

Text Example


Text Example

White with #54819D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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