#5984AE

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

Shades of Air Force Blue #5984AE

Tints of Air Force Blue #5984AE

Color information

#5984AE (or 0x5984AE) is unknown color: approx Air Force Blue. HEX triplet: 59, 84 and AE. RGB value is (89,132,174). Sum of RGB (Red+Green+Blue) = 89+132+174=395 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.53% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #5984AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5984AE is #A67B51. Grayscale: #7B7B7B. Windows color (decimal): -10910546 or 11437145. OLE color: 11437145.

HSL color Cylindrical-coordinate representation of color #5984AE: hue angle of 209.65º 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 #5984AE is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB89132174-
CMYK0.490.2400.32
HSL209.65º34.41%51.57%-
HSV(B)209.65º48.85%68.24%-
XYZ20.0121.6843.17-
YUV123.93156.25103.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.53%
GREEN value IS 132 (51.95% from 255) = 33.42%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=22.53%
G=33.42%
B=44.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal891321740.490.2400.32209.6534.4151.57
Hex5984AE3118020d22234
Octal13120425661300403224264
Binary1011001100001001010111011000111000010000011010010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5984AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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