#5886AB

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

Shades of Air Force Blue #5886AB

Tints of Air Force Blue #5886AB

Color information

#5886AB (or 0x5886AB) is unknown color: approx Air Force Blue. HEX triplet: 58, 86 and AB. RGB value is (88,134,171). Sum of RGB (Red+Green+Blue) = 88+134+171=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #5886AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5886AB is #A77954. Grayscale: #7C7C7C. Windows color (decimal): -10975573 or 11241048. OLE color: 11241048.

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

Color convert

RGB88134171-
CMYK0.490.2200.33
HSL206.75º33.07%50.78%-
HSV(B)206.75º48.54%67.06%-
XYZ19.922.0741.74-
YUV124.46154.26101.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.39%
GREEN value IS 134 (52.73% from 255) = 34.10%
BLUE value IS 171 (67.19% from 255) = 43.51%
R=22.39%
G=34.10%
B=43.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881341710.490.2200.33206.7533.0750.78
Hex5886AB3116021cf2133
Octal13020625361260413174163
Binary1011000100001101010101111000110110010000111001111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5886AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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