#5983AE

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

Shades of Air Force Blue #5983AE

Tints of Air Force Blue #5983AE

Color information

#5983AE (or 0x5983AE) is unknown color: approx Air Force Blue. HEX triplet: 59, 83 and AE. RGB value is (89,131,174). Sum of RGB (Red+Green+Blue) = 89+131+174=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #5983AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5983AE is #A67C51. Grayscale: #7B7B7B. Windows color (decimal): -10910802 or 11436889. OLE color: 11436889.

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

Color convert

RGB89131174-
CMYK0.490.2500.32
HSL210.35º34.41%51.57%-
HSV(B)210.35º48.85%68.24%-
XYZ19.8821.4143.13-
YUV123.34156.59103.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.59%
GREEN value IS 131 (51.56% from 255) = 33.25%
BLUE value IS 174 (68.36% from 255) = 44.16%
R=22.59%
G=33.25%
B=44.16%

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
Decimal891311740.490.2500.32210.3534.4151.57
Hex5983AE3119020d22234
Octal13120325661310403224264
Binary1011001100000111010111011000111001010000011010010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5983AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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