#5881AA

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

Shades of Air Force Blue #5881AA

Tints of Air Force Blue #5881AA

Color information

#5881AA (or 0x5881AA) is unknown color: approx Air Force Blue. HEX triplet: 58, 81 and AA. RGB value is (88,129,170). Sum of RGB (Red+Green+Blue) = 88+129+170=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #5881AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5881AA is #A77E55. Grayscale: #797979. Windows color (decimal): -10976854 or 11174232. OLE color: 11174232.

HSL color Cylindrical-coordinate representation of color #5881AA: hue angle of 210º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5881AA is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB88129170-
CMYK0.480.2400.33
HSL210º32.54%50.59%-
HSV(B)210º48.24%66.67%-
XYZ19.1320.6841.01-
YUV121.42155.42104.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.74%
GREEN value IS 129 (50.78% from 255) = 33.33%
BLUE value IS 170 (66.80% from 255) = 43.93%
R=22.74%
G=33.33%
B=43.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881291700.480.2400.3321032.5450.59
Hex5881AA3018021d22133
Octal13020125260300413224163
Binary1011000100000011010101011000011000010000111010010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5881AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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