#5581AA

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

Shades of Air Force Blue #5581AA

Tints of Air Force Blue #5581AA

Color information

#5581AA (or 0x5581AA) is unknown color: approx Air Force Blue. HEX triplet: 55, 81 and AA. RGB value is (85,129,170). Sum of RGB (Red+Green+Blue) = 85+129+170=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #5581AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5581AA is #AA7E55. Grayscale: #787878. Windows color (decimal): -11173462 or 11174229. OLE color: 11174229.

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

Color convert

RGB85129170-
CMYK0.500.2400.33
HSL208.94º33.33%50%-
HSV(B)208.94º50%66.67%-
XYZ18.8520.5341-
YUV120.52155.92102.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.14%
GREEN value IS 129 (50.78% from 255) = 33.59%
BLUE value IS 170 (66.80% from 255) = 44.27%
R=22.14%
G=33.59%
B=44.27%

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
Decimal851291700.500.2400.33208.9433.3350
Hex5581AA3218021d12132
Octal12520125262300413214162
Binary1010101100000011010101011001011000010000111010001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5581AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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