#5693AE

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

Shades of Air Force Blue #5693AE

Tints of Air Force Blue #5693AE

Color information

#5693AE (or 0x5693AE) is unknown color: approx Air Force Blue. HEX triplet: 56, 93 and AE. RGB value is (86,147,174). Sum of RGB (Red+Green+Blue) = 86+147+174=407 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.13% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #5693AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5693AE is #A96C51. Grayscale: #838383. Windows color (decimal): -11103314 or 11440982. OLE color: 11440982.

HSL color Cylindrical-coordinate representation of color #5693AE: hue angle of 198.41º 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 #5693AE is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB86147174-
CMYK0.510.1600.32
HSL198.41º35.2%50.98%-
HSV(B)198.41º50.57%68.24%-
XYZ21.9125.943.89-
YUV131.84151.7995.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.13%
GREEN value IS 147 (57.81% from 255) = 36.12%
BLUE value IS 174 (68.36% from 255) = 42.75%
R=21.13%
G=36.12%
B=42.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal861471740.510.1600.32198.4135.250.98
Hex5693AE3310020c62333
Octal12622325663200403064363
Binary1010110100100111010111011001110000010000011000110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5693AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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