#5491AC

Color #5491AC Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #5491AC

Tints of Air Force Blue #5491AC

Color information

#5491AC (or 0x5491AC) is unknown color: approx 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

RGB84145172-
CMYK0.510.1600.33
HSL198.41º34.65%50.2%-
HSV(B)198.41º51.16%67.45%-
XYZ21.2325.1142.76-
YUV129.84151.7995.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% 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 (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841451720.510.1600.33198.4134.6550.2
Hex5491AC3310021c62332
Octal12422125463200413064362
Binary1010100100100011010110011001110000010000111000110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5491AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>