#5980AC

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

Shades of Air Force Blue #5980AC

Tints of Air Force Blue #5980AC

Color information

#5980AC (or 0x5980AC) is unknown color: approx Air Force Blue. HEX triplet: 59, 80 and AC. RGB value is (89,128,172). Sum of RGB (Red+Green+Blue) = 89+128+172=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #5980AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5980AC is #A67F53. Grayscale: #797979. Windows color (decimal): -10911572 or 11305049. OLE color: 11305049.

HSL color Cylindrical-coordinate representation of color #5980AC: hue angle of 211.81º 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 #5980AC is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB89128172-
CMYK0.480.2600.33
HSL211.81º33.33%51.18%-
HSV(B)211.81º48.26%67.45%-
XYZ19.2920.5441.98-
YUV121.36156.58104.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.88%
GREEN value IS 128 (50.39% from 255) = 32.90%
BLUE value IS 172 (67.58% from 255) = 44.22%
R=22.88%
G=32.90%
B=44.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891281720.480.2600.33211.8133.3351.18
Hex5980AC301A021d42133
Octal13120025460320413244163
Binary1011001100000001010110011000011010010000111010100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5980AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5980AC; }

 p { color: rgb(89,128,172); }

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

<style>
 a { background-color: #5980AC; }

 a { background-color: rgb(89,128,172); }

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

<style>
 span { border-color: #5980AC; }

 span { border-color: rgb(89,128,172); }

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