#5582AA

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

Shades of Air Force Blue #5582AA

Tints of Air Force Blue #5582AA

Color information

#5582AA (or 0x5582AA) is unknown color: approx Air Force Blue. HEX triplet: 55, 82 and AA. RGB value is (85,130,170). Sum of RGB (Red+Green+Blue) = 85+130+170=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #5582AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5582AA is #AA7D55. Grayscale: #787878. Windows color (decimal): -11173206 or 11174485. OLE color: 11174485.

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

Color convert

RGB85130170-
CMYK0.500.2400.33
HSL208.24º33.33%50%-
HSV(B)208.24º50%66.67%-
XYZ18.9820.841.04-
YUV121.1155.59102.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.08%
GREEN value IS 130 (51.17% from 255) = 33.77%
BLUE value IS 170 (66.80% from 255) = 44.16%
R=22.08%
G=33.77%
B=44.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851301700.500.2400.33208.2433.3350
Hex5582AA3218021d02132
Octal12520225262300413204162
Binary1010101100000101010101011001011000010000111010000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5582AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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