#5981AD

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

Shades of Air Force Blue #5981AD

Tints of Air Force Blue #5981AD

Color information

#5981AD (or 0x5981AD) is unknown color: approx Air Force Blue. HEX triplet: 59, 81 and AD. RGB value is (89,129,173). Sum of RGB (Red+Green+Blue) = 89+129+173=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #5981AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5981AD is #A67E52. Grayscale: #797979. Windows color (decimal): -10911315 or 11370841. OLE color: 11370841.

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

Color convert

RGB89129173-
CMYK0.490.2500.32
HSL211.43º33.87%51.37%-
HSV(B)211.43º48.55%67.84%-
XYZ19.5120.8442.53-
YUV122.06156.75104.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.76%
GREEN value IS 129 (50.78% from 255) = 32.99%
BLUE value IS 173 (67.97% from 255) = 44.25%
R=22.76%
G=32.99%
B=44.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal891291730.490.2500.32211.4333.8751.37
Hex5981AD3119020d32233
Octal13120125561310403234263
Binary1011001100000011010110111000111001010000011010011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5981AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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