#5688AE

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

Shades of Air Force Blue #5688AE

Tints of Air Force Blue #5688AE

Color information

#5688AE (or 0x5688AE) is unknown color: approx Air Force Blue. HEX triplet: 56, 88 and AE. RGB value is (86,136,174). Sum of RGB (Red+Green+Blue) = 86+136+174=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #5688AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5688AE is #A97751. Grayscale: #7D7D7D. Windows color (decimal): -11106130 or 11438166. OLE color: 11438166.

HSL color Cylindrical-coordinate representation of color #5688AE: hue angle of 205.91º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5688AE is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB86136174-
CMYK0.510.2200.32
HSL205.91º35.2%50.98%-
HSV(B)205.91º50.57%68.24%-
XYZ20.2822.6443.35-
YUV125.38155.4499.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.72%
GREEN value IS 136 (53.52% from 255) = 34.34%
BLUE value IS 174 (68.36% from 255) = 43.94%
R=21.72%
G=34.34%
B=43.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal861361740.510.2200.32205.9135.250.98
Hex5688AE3316020ce2333
Octal12621025663260403164363
Binary1010110100010001010111011001110110010000011001110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5688AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5688AE; }

 p { color: rgb(86,136,174); }

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

<style>
 a { background-color: #5688AE; }

 a { background-color: rgb(86,136,174); }

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

<style>
 span { border-color: #5688AE; }

 span { border-color: rgb(86,136,174); }

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