Html Css Color HEX #5684AD Air Force Blue

📋 copy color: '#5684AD'

red 86 ◦ green 132 ◦ blue 173

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

Shades of Air Force Blue #5684AD

Tints of Air Force Blue #5684AD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.76%

 BLUE value IS 173 (67.97% from 255) = 44.25%

R = 21.99%
G = 33.76%
B = 44.25%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5684AD (or 0x5684AD) is known color: Air Force Blue. HEX triplet: 56, 84 and AD. RGB value is (86,132,173). Sum of RGB (Red+Green+Blue) = 86+132+173=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #5684AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5684AD is #A97B52. Grayscale: #7A7A7A. Windows color (decimal): -11107155 or 11371606. OLE color: 11371606.

HSL color Cylindrical-coordinate representation of color #5684AD: hue angle of 208.28º 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 #5684AD is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 86 132 173 -
CMYK 0.50 0.24 0 0.32
HSL 208.28º 0.35% 0.51% -
HSV(B) 208.28º 0.5% 0.68% -
XYZ 19.63 21.5 42.65 -
YUV 122.92 156.26 101.67 -
System Red Green Blue C M Y K H S L
Decimal 86 132 173 0.50 0.24 0 0.32 208.28 0.35 0.51
Hex 56 84 AD 32 18 0 20 D0 23 33
Octal 126 204 255 62 30 0 40 320 43 63
Binary 1010110 10000100 10101101 110010 11000 0 100000 11010000 100011 110011

Color Harmonies of #5684AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5684AD

Black with #5684AD

Text Example


Text Example

White with #5684AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5684AD;
 }
 .AnyTagClassName
 {
   color: #5684AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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