#5587AC

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

Shades of Air Force Blue #5587AC

Tints of Air Force Blue #5587AC

Color information

#5587AC (or 0x5587AC) is unknown color: approx Air Force Blue. HEX triplet: 55, 87 and AC. RGB value is (85,135,172). Sum of RGB (Red+Green+Blue) = 85+135+172=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #5587AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5587AC is #AA7853. Grayscale: #7C7C7C. Windows color (decimal): -11171924 or 11306837. OLE color: 11306837.

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

Color convert

RGB85135172-
CMYK0.510.2200.33
HSL205.52º34.39%50.39%-
HSV(B)205.52º50.58%67.45%-
XYZ19.8622.2442.28-
YUV124.27154.9499.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.68%
GREEN value IS 135 (53.12% from 255) = 34.44%
BLUE value IS 172 (67.58% from 255) = 43.88%
R=21.68%
G=34.44%
B=43.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851351720.510.2200.33205.5234.3950.39
Hex5587AC3316021ce2232
Octal12520725463260413164262
Binary1010101100001111010110011001110110010000111001110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5587AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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