#5682AB

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

Shades of Air Force Blue #5682AB

Tints of Air Force Blue #5682AB

Color information

#5682AB (or 0x5682AB) is unknown color: approx Air Force Blue. HEX triplet: 56, 82 and AB. RGB value is (86,130,171). Sum of RGB (Red+Green+Blue) = 86+130+171=387 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.22% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #5682AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5682AB is #A97D54. Grayscale: #797979. Windows color (decimal): -11107669 or 11240022. OLE color: 11240022.

HSL color Cylindrical-coordinate representation of color #5682AB: hue angle of 208.94º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5682AB is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB86130171-
CMYK0.500.2400.33
HSL208.94º33.6%50.39%-
HSV(B)208.94º49.71%67.06%-
XYZ19.1720.8841.55-
YUV121.52155.92102.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.22%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=22.22%
G=33.59%
B=44.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861301710.500.2400.33208.9433.650.39
Hex5682AB3218021d12232
Octal12620225362300413214262
Binary1010110100000101010101111001011000010000111010001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5682AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5682AB; }

 p { color: rgb(86,130,171); }

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

<style>
 a { background-color: #5682AB; }

 a { background-color: rgb(86,130,171); }

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

<style>
 span { border-color: #5682AB; }

 span { border-color: rgb(86,130,171); }

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