#5693AF

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

Shades of Air Force Blue #5693AF

Tints of Air Force Blue #5693AF

Color information

#5693AF (or 0x5693AF) is unknown color: approx Air Force Blue. HEX triplet: 56, 93 and AF. RGB value is (86,147,175). Sum of RGB (Red+Green+Blue) = 86+147+175=408 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.08% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #5693AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5693AF is #A96C50. Grayscale: #838383. Windows color (decimal): -11103313 or 11506518. OLE color: 11506518.

HSL color Cylindrical-coordinate representation of color #5693AF: hue angle of 198.88º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5693AF is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB86147175-
CMYK0.510.1600.31
HSL198.88º35.74%51.18%-
HSV(B)198.88º50.86%68.63%-
XYZ22.0125.9444.4-
YUV131.95152.2995.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.08%
GREEN value IS 147 (57.81% from 255) = 36.03%
BLUE value IS 175 (68.75% from 255) = 42.89%
R=21.08%
G=36.03%
B=42.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861471750.510.1600.31198.8835.7451.18
Hex5693AF331001Fc72433
Octal12622325763200373074463
Binary101011010010011101011111100111000001111111000111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5693AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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