#5984AD

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

Shades of Air Force Blue #5984AD

Tints of Air Force Blue #5984AD

Color information

#5984AD (or 0x5984AD) is unknown color: approx Air Force Blue. HEX triplet: 59, 84 and AD. RGB value is (89,132,173). Sum of RGB (Red+Green+Blue) = 89+132+173=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #5984AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5984AD is #A67B52. Grayscale: #7B7B7B. Windows color (decimal): -10910547 or 11371609. OLE color: 11371609.

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

Color convert

RGB89132173-
CMYK0.490.2400.32
HSL209.29º33.87%51.37%-
HSV(B)209.29º48.55%67.84%-
XYZ19.9121.6442.66-
YUV123.82155.75103.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.59%
GREEN value IS 132 (51.95% from 255) = 33.50%
BLUE value IS 173 (67.97% from 255) = 43.91%
R=22.59%
G=33.50%
B=43.91%

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
Decimal891321730.490.2400.32209.2933.8751.37
Hex5984AD3118020d12233
Octal13120425561300403214263
Binary1011001100001001010110111000111000010000011010001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5984AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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