#5880AD

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

Shades of Air Force Blue #5880AD

Tints of Air Force Blue #5880AD

Color information

#5880AD (or 0x5880AD) is unknown color: approx Air Force Blue. HEX triplet: 58, 80 and AD. RGB value is (88,128,173). Sum of RGB (Red+Green+Blue) = 88+128+173=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #5880AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5880AD is #A77F52. Grayscale: #787878. Windows color (decimal): -10977107 or 11370584. OLE color: 11370584.

HSL color Cylindrical-coordinate representation of color #5880AD: hue angle of 211.76º degrees, saturation: 0.34, 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 #5880AD is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB88128173-
CMYK0.490.2600.32
HSL211.76º34.14%51.18%-
HSV(B)211.76º49.13%67.84%-
XYZ19.2920.5342.48-
YUV121.17157.25104.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.62%
GREEN value IS 128 (50.39% from 255) = 32.90%
BLUE value IS 173 (67.97% from 255) = 44.47%
R=22.62%
G=32.90%
B=44.47%

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
Decimal881281730.490.2600.32211.7634.1451.18
Hex5880AD311A020d42233
Octal13020025561320403244263
Binary1011000100000001010110111000111010010000011010100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5880AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5880AD; }

 p { color: rgb(88,128,173); }

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

<style>
 a { background-color: #5880AD; }

 a { background-color: rgb(88,128,173); }

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

<style>
 span { border-color: #5880AD; }

 span { border-color: rgb(88,128,173); }

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