#5881AB

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

Shades of Air Force Blue #5881AB

Tints of Air Force Blue #5881AB

Color information

#5881AB (or 0x5881AB) is unknown color: approx Air Force Blue. HEX triplet: 58, 81 and AB. RGB value is (88,129,171). Sum of RGB (Red+Green+Blue) = 88+129+171=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #5881AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5881AB is #A77E54. Grayscale: #797979. Windows color (decimal): -10976853 or 11239768. OLE color: 11239768.

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

Color convert

RGB88129171-
CMYK0.490.2500.33
HSL210.36º33.07%50.78%-
HSV(B)210.36º48.54%67.06%-
XYZ19.2320.7241.51-
YUV121.53155.92104.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.68%
GREEN value IS 129 (50.78% from 255) = 33.25%
BLUE value IS 171 (67.19% from 255) = 44.07%
R=22.68%
G=33.25%
B=44.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881291710.490.2500.33210.3633.0750.78
Hex5881AB3119021d22133
Octal13020125361310413224163
Binary1011000100000011010101111000111001010000111010010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5881AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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