Html Css Color HEX #5491AC Air Force Blue

📋 copy color: '#5491AC'

red 84 ◦ green 145 ◦ blue 172

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

Shades of Air Force Blue #5491AC

Tints of Air Force Blue #5491AC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.16%

 BLUE value IS 172 (67.58% from 255) = 42.89%

R = 20.95%
G = 36.16%
B = 42.89%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5491AC (or 0x5491AC) is known color: Air Force Blue. HEX triplet: 54, 91 and AC. RGB value is (84,145,172). Sum of RGB (Red+Green+Blue) = 84+145+172=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #5491AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5491AC is #AB6E53. Grayscale: #818181. Windows color (decimal): -11234900 or 11309396. OLE color: 11309396.

HSL color Cylindrical-coordinate representation of color #5491AC: hue angle of 198.41º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5491AC is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 145 172 -
CMYK 0.51 0.16 0 0.33
HSL 198.41º 0.35% 0.5% -
HSV(B) 198.41º 0.51% 0.67% -
XYZ 21.23 25.11 42.76 -
YUV 129.84 151.79 95.3 -
System Red Green Blue C M Y K H S L
Decimal 84 145 172 0.51 0.16 0 0.33 198.41 0.35 0.5
Hex 54 91 AC 33 10 0 21 C6 23 32
Octal 124 221 254 63 20 0 41 306 43 62
Binary 1010100 10010001 10101100 110011 10000 0 100001 11000110 100011 110010

Color Harmonies of #5491AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5491AC

Black with #5491AC

Text Example


Text Example

White with #5491AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5491AC; }

 p { color: rgb(84,145,172); }

 H1.HeaderClassName
 {
   color: #5491AC;
 }
 .AnyTagClassName
 {
   color: #5491AC;
 }
</style>

background-color css

<style>
 a { background-color: #5491AC; }

 a { background-color: rgb(84,145,172); }

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

border-color css

<style>
 span { border-color: #5491AC; }

 span { border-color: rgb(84,145,172); }

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