#5980AE

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

Shades of Air Force Blue #5980AE

Tints of Air Force Blue #5980AE

Color information

#5980AE (or 0x5980AE) is unknown color: approx Air Force Blue. HEX triplet: 59, 80 and AE. RGB value is (89,128,174). Sum of RGB (Red+Green+Blue) = 89+128+174=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 128 (50.39% from 255 or 32.74% 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 #5980AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5980AE is #A67F51. Grayscale: #797979. Windows color (decimal): -10911570 or 11436121. OLE color: 11436121.

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

Color convert

RGB89128174-
CMYK0.490.2600.32
HSL212.47º34.41%51.57%-
HSV(B)212.47º48.85%68.24%-
XYZ19.4820.6243-
YUV121.58157.58104.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.76%
GREEN value IS 128 (50.39% from 255) = 32.74%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=22.76%
G=32.74%
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
Decimal891281740.490.2600.32212.4734.4151.57
Hex5980AE311A020d42234
Octal13120025661320403244264
Binary1011001100000001010111011000111010010000011010100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5980AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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