#5583AA

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

Shades of Air Force Blue #5583AA

Tints of Air Force Blue #5583AA

Color information

#5583AA (or 0x5583AA) is unknown color: approx Air Force Blue. HEX triplet: 55, 83 and AA. RGB value is (85,131,170). Sum of RGB (Red+Green+Blue) = 85+131+170=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #5583AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5583AA is #AA7C55. Grayscale: #797979. Windows color (decimal): -11172950 or 11174741. OLE color: 11174741.

HSL color Cylindrical-coordinate representation of color #5583AA: hue angle of 207.53º degrees, saturation: 0.33, 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 #5583AA is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB85131170-
CMYK0.500.2300.33
HSL207.53º33.33%50%-
HSV(B)207.53º50%66.67%-
XYZ19.1221.0741.09-
YUV121.69155.26101.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.02%
GREEN value IS 131 (51.56% from 255) = 33.94%
BLUE value IS 170 (66.80% from 255) = 44.04%
R=22.02%
G=33.94%
B=44.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851311700.500.2300.33207.5333.3350
Hex5583AA3217021d02132
Octal12520325262270413204162
Binary1010101100000111010101011001010111010000111010000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5583AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5583AA; }

 p { color: rgb(85,131,170); }

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

<style>
 a { background-color: #5583AA; }

 a { background-color: rgb(85,131,170); }

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

<style>
 span { border-color: #5583AA; }

 span { border-color: rgb(85,131,170); }

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