#5689AC

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

Shades of Air Force Blue #5689AC

Tints of Air Force Blue #5689AC

Color information

#5689AC (or 0x5689AC) is unknown color: approx Air Force Blue. HEX triplet: 56, 89 and AC. RGB value is (86,137,172). Sum of RGB (Red+Green+Blue) = 86+137+172=395 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.77% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #5689AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5689AC is #A97653. Grayscale: #7D7D7D. Windows color (decimal): -11105876 or 11307350. OLE color: 11307350.

HSL color Cylindrical-coordinate representation of color #5689AC: hue angle of 204.42º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5689AC is Cyan = 0.5, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB86137172-
CMYK0.50.2000.33
HSL204.42º34.13%50.59%-
HSV(B)204.42º50%67.45%-
XYZ20.2322.8542.37-
YUV125.74154.199.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.77%
GREEN value IS 137 (53.91% from 255) = 34.68%
BLUE value IS 172 (67.58% from 255) = 43.54%
R=21.77%
G=34.68%
B=43.54%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861371720.50.2000.33204.4234.1350.59
Hex5689AC3214021cc2233
Octal12621125462240413144263
Binary1010110100010011010110011001010100010000111001100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5689AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5689AC; }

 p { color: rgb(86,137,172); }

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

<style>
 a { background-color: #5689AC; }

 a { background-color: rgb(86,137,172); }

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

<style>
 span { border-color: #5689AC; }

 span { border-color: rgb(86,137,172); }

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