#5386AB

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

Shades of Air Force Blue #5386AB

Tints of Air Force Blue #5386AB

Color information

#5386AB (or 0x5386AB) is unknown color: approx Air Force Blue. HEX triplet: 53, 86 and AB. RGB value is (83,134,171). Sum of RGB (Red+Green+Blue) = 83+134+171=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #5386AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5386AB is #AC7954. Grayscale: #7A7A7A. Windows color (decimal): -11303253 or 11241043. OLE color: 11241043.

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

Color convert

RGB83134171-
CMYK0.510.2200.33
HSL205.23º34.65%49.8%-
HSV(B)205.23º51.46%67.06%-
XYZ19.4421.8341.72-
YUV122.97155.199.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.39%
GREEN value IS 134 (52.73% from 255) = 34.54%
BLUE value IS 171 (67.19% from 255) = 44.07%
R=21.39%
G=34.54%
B=44.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831341710.510.2200.33205.2334.6549.8
Hex5386AB3316021cd2332
Octal12320625363260413154362
Binary1010011100001101010101111001110110010000111001101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5386AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,134,171); }

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

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

 a { background-color: rgb(83,134,171); }

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

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

 span { border-color: rgb(83,134,171); }

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