#5391AD

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

Shades of Air Force Blue #5391AD

Tints of Air Force Blue #5391AD

Color information

#5391AD (or 0x5391AD) is unknown color: approx Air Force Blue. HEX triplet: 53, 91 and AD. RGB value is (83,145,173). Sum of RGB (Red+Green+Blue) = 83+145+173=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #5391AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5391AD is #AC6E52. Grayscale: #818181. Windows color (decimal): -11300435 or 11374931. OLE color: 11374931.

HSL color Cylindrical-coordinate representation of color #5391AD: hue angle of 198.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5391AD is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB83145173-
CMYK0.520.1600.32
HSL198.67º35.43%50.2%-
HSV(B)198.67º52.02%67.84%-
XYZ21.2425.1143.26-
YUV129.65152.4694.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.70%
GREEN value IS 145 (57.03% from 255) = 36.16%
BLUE value IS 173 (67.97% from 255) = 43.14%
R=20.70%
G=36.16%
B=43.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831451730.520.1600.32198.6735.4350.2
Hex5391AD3410020c72332
Octal12322125564200403074362
Binary1010011100100011010110111010010000010000011000111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5391AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5391AD; }

 p { color: rgb(83,145,173); }

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

<style>
 a { background-color: #5391AD; }

 a { background-color: rgb(83,145,173); }

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

<style>
 span { border-color: #5391AD; }

 span { border-color: rgb(83,145,173); }

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