#5586AB

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

Shades of Air Force Blue #5586AB

Tints of Air Force Blue #5586AB

Color information

#5586AB (or 0x5586AB) is unknown color: approx Air Force Blue. HEX triplet: 55, 86 and AB. RGB value is (85,134,171). Sum of RGB (Red+Green+Blue) = 85+134+171=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #5586AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5586AB is #AA7954. Grayscale: #7B7B7B. Windows color (decimal): -11172181 or 11241045. OLE color: 11241045.

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

Color convert

RGB85134171-
CMYK0.500.2200.33
HSL205.81º33.86%50.2%-
HSV(B)205.81º50.29%67.06%-
XYZ19.6221.9241.73-
YUV123.57154.77100.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.79%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 171 (67.19% from 255) = 43.85%
R=21.79%
G=34.36%
B=43.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851341710.500.2200.33205.8133.8650.2
Hex5586AB3216021ce2232
Octal12520625362260413164262
Binary1010101100001101010101111001010110010000111001110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5586AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,134,171); }

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

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

 a { background-color: rgb(85,134,171); }

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

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

 span { border-color: rgb(85,134,171); }

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