#5587AB

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

Shades of Air Force Blue #5587AB

Tints of Air Force Blue #5587AB

Color information

#5587AB (or 0x5587AB) is unknown color: approx Air Force Blue. HEX triplet: 55, 87 and AB. RGB value is (85,135,171). Sum of RGB (Red+Green+Blue) = 85+135+171=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #5587AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5587AB is #AA7854. Grayscale: #7B7B7B. Windows color (decimal): -11171925 or 11241301. OLE color: 11241301.

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

Color convert

RGB85135171-
CMYK0.500.2100.33
HSL205.12º33.86%50.2%-
HSV(B)205.12º50.29%67.06%-
XYZ19.7622.241.77-
YUV124.15154.44100.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.74%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 171 (67.19% from 255) = 43.73%
R=21.74%
G=34.53%
B=43.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851351710.500.2100.33205.1233.8650.2
Hex5587AB3215021cd2232
Octal12520725362250413154262
Binary1010101100001111010101111001010101010000111001101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5587AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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