Html Css Color HEX #54819E Air Force Blue

📋 copy color: '#54819E'

red 84 ◦ green 129 ◦ blue 158

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

Shades of Air Force Blue #54819E

Tints of Air Force Blue #54819E

RGB

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

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

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

R = 22.64%
G = 34.77%
B = 42.59%

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

#54819E (or 0x54819E) is known color: Air Force Blue. HEX triplet: 54, 81 and 9E. RGB value is (84,129,158). Sum of RGB (Red+Green+Blue) = 84+129+158=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #54819E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54819E is #AB7E61. Grayscale: #767676. Windows color (decimal): -11239010 or 10387796. OLE color: 10387796.

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

Color convert

RGB 84 129 158 -
CMYK 0.47 0.18 0 0.38
HSL 203.51º 0.31% 0.47% -
HSV(B) 203.51º 0.47% 0.62% -
XYZ 17.68 20.05 35.29 -
YUV 118.85 150.09 103.14 -
System Red Green Blue C M Y K H S L
Decimal 84 129 158 0.47 0.18 0 0.38 203.51 0.31 0.47
Hex 54 81 9E 2F 12 0 26 CC 1F 2F
Octal 124 201 236 57 22 0 46 314 37 57
Binary 1010100 10000001 10011110 101111 10010 0 100110 11001100 11111 101111

Color Harmonies of #54819E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54819E

Black with #54819E

Text Example


Text Example

White with #54819E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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