#5693AD

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

Shades of Air Force Blue #5693AD

Tints of Air Force Blue #5693AD

Color information

#5693AD (or 0x5693AD) is unknown color: approx Air Force Blue. HEX triplet: 56, 93 and AD. RGB value is (86,147,173). Sum of RGB (Red+Green+Blue) = 86+147+173=406 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.18% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #5693AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5693AD is #A96C52. Grayscale: #838383. Windows color (decimal): -11103315 or 11375446. OLE color: 11375446.

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

Color convert

RGB86147173-
CMYK0.500.1500.32
HSL197.93º34.66%50.78%-
HSV(B)197.93º50.29%67.84%-
XYZ21.8125.8643.38-
YUV131.72151.2995.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.18%
GREEN value IS 147 (57.81% from 255) = 36.21%
BLUE value IS 173 (67.97% from 255) = 42.61%
R=21.18%
G=36.21%
B=42.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal861471730.500.1500.32197.9334.6650.78
Hex5693AD32F020c62333
Octal12622325562170403064363
Binary101011010010011101011011100101111010000011000110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5693AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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