Html Css Color HEX #5686AC Air Force Blue

📋 copy color: '#5686AC'

red 86 ◦ green 134 ◦ blue 172

#5686AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #5686AC

Tints of Air Force Blue #5686AC

RGB

 RED value IS 86 (33.98% from 255) = 21.94%

 GREEN value IS 134 (52.73% from 255) = 34.18%

 BLUE value IS 172 (67.58% from 255) = 43.88%

R = 21.94%
G = 34.18%
B = 43.88%

CMYK

 C value IS 0.5

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5686AC (or 0x5686AC) is known color: Air Force Blue. HEX triplet: 56, 86 and AC. RGB value is (86,134,172). Sum of RGB (Red+Green+Blue) = 86+134+172=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #5686AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5686AC is #A97953. Grayscale: #7B7B7B. Windows color (decimal): -11106644 or 11306582. OLE color: 11306582.

HSL color Cylindrical-coordinate representation of color #5686AC: hue angle of 206.51º 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 #5686AC is Cyan = 0.5, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 134 172 -
CMYK 0.5 0.22 0 0.33
HSL 206.51º 0.34% 0.51% -
HSV(B) 206.51º 0.5% 0.67% -
XYZ 19.81 22.01 42.23 -
YUV 123.98 155.1 100.91 -
System Red Green Blue C M Y K H S L
Decimal 86 134 172 0.5 0.22 0 0.33 206.51 0.34 0.51
Hex 56 86 AC 32 16 0 21 CF 22 33
Octal 126 206 254 62 26 0 41 317 42 63
Binary 1010110 10000110 10101100 110010 10110 0 100001 11001111 100010 110011

Color Harmonies of #5686AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5686AC

Black with #5686AC

Text Example


Text Example

White with #5686AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5686AC;
 }
 .AnyTagClassName
 {
   color: #5686AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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