#5881AE

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

Shades of Air Force Blue #5881AE

Tints of Air Force Blue #5881AE

Color information

#5881AE (or 0x5881AE) is unknown color: approx Air Force Blue. HEX triplet: 58, 81 and AE. RGB value is (88,129,174). Sum of RGB (Red+Green+Blue) = 88+129+174=391 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.51% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #5881AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5881AE is #A77E51. Grayscale: #797979. Windows color (decimal): -10976850 or 11436376. OLE color: 11436376.

HSL color Cylindrical-coordinate representation of color #5881AE: hue angle of 211.4º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5881AE is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB88129174-
CMYK0.490.2600.32
HSL211.4º34.68%51.37%-
HSV(B)211.4º49.43%68.24%-
XYZ19.5120.8343.04-
YUV121.87157.42103.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.51%
GREEN value IS 129 (50.78% from 255) = 32.99%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=22.51%
G=32.99%
B=44.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881291740.490.2600.32211.434.6851.37
Hex5881AE311A020d32333
Octal13020125661320403234363
Binary1011000100000011010111011000111010010000011010011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5881AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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