Html Css Color HEX #5680AA Air Force Blue

📋 copy color: '#5680AA'

red 86 ◦ green 128 ◦ blue 170

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

Shades of Air Force Blue #5680AA

Tints of Air Force Blue #5680AA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.33%

 BLUE value IS 170 (66.8% from 255) = 44.27%

R = 22.4%
G = 33.33%
B = 44.27%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5680AA (or 0x5680AA) is known color: Air Force Blue. HEX triplet: 56, 80 and AA. RGB value is (86,128,170). Sum of RGB (Red+Green+Blue) = 86+128+170=384 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.40% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #5680AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5680AA is #A97F55. Grayscale: #787878. Windows color (decimal): -11108182 or 11173974. OLE color: 11173974.

HSL color Cylindrical-coordinate representation of color #5680AA: hue angle of 210º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5680AA is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 128 170 -
CMYK 0.49 0.25 0 0.33
HSL 210º 0.33% 0.5% -
HSV(B) 210º 0.49% 0.67% -
XYZ 18.81 20.32 40.96 -
YUV 120.23 156.09 103.58 -
System Red Green Blue C M Y K H S L
Decimal 86 128 170 0.49 0.25 0 0.33 210 0.33 0.5
Hex 56 80 AA 31 19 0 21 D2 21 32
Octal 126 200 252 61 31 0 41 322 41 62
Binary 1010110 10000000 10101010 110001 11001 0 100001 11010010 100001 110010

Color Harmonies of #5680AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5680AA

Black with #5680AA

Text Example


Text Example

White with #5680AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5680AA; }

 p { color: rgb(86,128,170); }

 H1.HeaderClassName
 {
   color: #5680AA;
 }
 .AnyTagClassName
 {
   color: #5680AA;
 }
</style>

background-color css

<style>
 a { background-color: #5680AA; }

 a { background-color: rgb(86,128,170); }

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

border-color css

<style>
 span { border-color: #5680AA; }

 span { border-color: rgb(86,128,170); }

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