Html Css Color HEX #5685AC Air Force Blue

📋 copy color: '#5685AC'

red 86 ◦ green 133 ◦ blue 172

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

Shades of Air Force Blue #5685AC

Tints of Air Force Blue #5685AC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.02%

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

R = 21.99%
G = 34.02%
B = 43.99%

CMYK

 C value IS 0.5

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5685AC (or 0x5685AC) is known color: Air Force Blue. HEX triplet: 56, 85 and AC. RGB value is (86,133,172). Sum of RGB (Red+Green+Blue) = 86+133+172=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #5685AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5685AC is #A97A53. Grayscale: #7B7B7B. Windows color (decimal): -11106900 or 11306326. OLE color: 11306326.

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

Color convert

RGB 86 133 172 -
CMYK 0.5 0.23 0 0.33
HSL 207.21º 0.34% 0.51% -
HSV(B) 207.21º 0.5% 0.67% -
XYZ 19.67 21.73 42.19 -
YUV 123.39 155.43 101.33 -
System Red Green Blue C M Y K H S L
Decimal 86 133 172 0.5 0.23 0 0.33 207.21 0.34 0.51
Hex 56 85 AC 32 17 0 21 CF 22 33
Octal 126 205 254 62 27 0 41 317 42 63
Binary 1010110 10000101 10101100 110010 10111 0 100001 11001111 100010 110011

Color Harmonies of #5685AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5685AC

Black with #5685AC

Text Example


Text Example

White with #5685AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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