#5882A9

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

Shades of Air Force Blue #5882A9

Tints of Air Force Blue #5882A9

Color information

#5882A9 (or 0x5882A9) is unknown color: approx Air Force Blue. HEX triplet: 58, 82 and A9. RGB value is (88,130,169). Sum of RGB (Red+Green+Blue) = 88+130+169=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 169 (66.41% from 255 or 43.67% from 387); Max value from RGB is 169 - color contains mainly: blue. Hex color #5882A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5882A9 is #A77D56. Grayscale: #797979. Windows color (decimal): -10976599 or 11108952. OLE color: 11108952.

HSL color Cylindrical-coordinate representation of color #5882A9: hue angle of 208.89º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5882A9 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB88130169-
CMYK0.480.2300.34
HSL208.89º32.02%50.39%-
HSV(B)208.89º47.93%66.27%-
XYZ19.1720.940.56-
YUV121.89154.59103.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.74%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 169 (66.41% from 255) = 43.67%
R=22.74%
G=33.59%
B=43.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal881301690.480.2300.34208.8932.0250.39
Hex5882A93017022d12032
Octal13020225160270423214062
Binary1011000100000101010100111000010111010001011010001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5882A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5882A9; }

 p { color: rgb(88,130,169); }

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

<style>
 a { background-color: #5882A9; }

 a { background-color: rgb(88,130,169); }

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

<style>
 span { border-color: #5882A9; }

 span { border-color: rgb(88,130,169); }

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