#5690AB

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

Shades of Air Force Blue #5690AB

Tints of Air Force Blue #5690AB

Color information

#5690AB (or 0x5690AB) is unknown color: approx Air Force Blue. HEX triplet: 56, 90 and AB. RGB value is (86,144,171). Sum of RGB (Red+Green+Blue) = 86+144+171=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #5690AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5690AB is #A96F54. Grayscale: #818181. Windows color (decimal): -11104085 or 11243606. OLE color: 11243606.

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

Color convert

RGB86144171-
CMYK0.500.1600.33
HSL199.06º33.6%50.39%-
HSV(B)199.06º49.71%67.06%-
XYZ21.1624.8742.21-
YUV129.74151.2896.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.45%
GREEN value IS 144 (56.64% from 255) = 35.91%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=21.45%
G=35.91%
B=42.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861441710.500.1600.33199.0633.650.39
Hex5690AB3210021c72232
Octal12622025362200413074262
Binary1010110100100001010101111001010000010000111000111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5690AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,144,171); }

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

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

 a { background-color: rgb(86,144,171); }

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

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

 span { border-color: rgb(86,144,171); }

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