Html Css Color HEX #54859E Air Force Blue

📋 copy color: '#54859E'

red 84 ◦ green 133 ◦ blue 158

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

Shades of Air Force Blue #54859E

Tints of Air Force Blue #54859E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

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

R = 22.4%
G = 35.47%
B = 42.13%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#54859E (or 0x54859E) is known color: Air Force Blue. HEX triplet: 54, 85 and 9E. RGB value is (84,133,158). Sum of RGB (Red+Green+Blue) = 84+133+158=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #54859E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54859E is #AB7A61. Grayscale: #797979. Windows color (decimal): -11237986 or 10388820. OLE color: 10388820.

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

Color convert

RGB 84 133 158 -
CMYK 0.47 0.16 0 0.38
HSL 200.27º 0.31% 0.47% -
HSV(B) 200.27º 0.47% 0.62% -
XYZ 18.22 21.13 35.47 -
YUV 121.2 148.77 101.47 -
System Red Green Blue C M Y K H S L
Decimal 84 133 158 0.47 0.16 0 0.38 200.27 0.31 0.47
Hex 54 85 9E 2F 10 0 26 C8 1F 2F
Octal 124 205 236 57 20 0 46 310 37 57
Binary 1010100 10000101 10011110 101111 10000 0 100110 11001000 11111 101111

Color Harmonies of #54859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54859E

Black with #54859E

Text Example


Text Example

White with #54859E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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