#5493AB

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

Shades of Air Force Blue #5493AB

Tints of Air Force Blue #5493AB

Color information

#5493AB (or 0x5493AB) is unknown color: approx Air Force Blue. HEX triplet: 54, 93 and AB. RGB value is (84,147,171). Sum of RGB (Red+Green+Blue) = 84+147+171=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #5493AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5493AB is #AB6C54. Grayscale: #828282. Windows color (decimal): -11234389 or 11244372. OLE color: 11244372.

HSL color Cylindrical-coordinate representation of color #5493AB: hue angle of 196.55º degrees, saturation: 0.34, 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 #5493AB is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84147171-
CMYK0.510.1400.33
HSL196.55º34.12%50%-
HSV(B)196.55º50.88%67.06%-
XYZ21.4425.6942.36-
YUV130.9150.6394.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.90%
GREEN value IS 147 (57.81% from 255) = 36.57%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=20.90%
G=36.57%
B=42.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841471710.510.1400.33196.5534.1250
Hex5493AB33E021c52232
Octal12422325363160413054262
Binary101010010010011101010111100111110010000111000101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5493AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5493AB; }

 p { color: rgb(84,147,171); }

 H1.HeaderClassName
 {
   color: #5493AB;
 }
 .AnyTagClassName
 {
   color: #5493AB;
 }
</style>
background-color css

<style>
 a { background-color: #5493AB; }

 a { background-color: rgb(84,147,171); }

 div.DivClassName
 {
   background-color: #5493AB;
 }
 .BgClassName
 {
   background-color: #5493AB;
 }
</style>
border-color css

<style>
 span { border-color: #5493AB; }

 span { border-color: rgb(84,147,171); }

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