#5983AA

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

Shades of Air Force Blue #5983AA

Tints of Air Force Blue #5983AA

Color information

#5983AA (or 0x5983AA) is unknown color: approx Air Force Blue. HEX triplet: 59, 83 and AA. RGB value is (89,131,170). Sum of RGB (Red+Green+Blue) = 89+131+170=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #5983AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5983AA is #A67C55. Grayscale: #7A7A7A. Windows color (decimal): -10910806 or 11174745. OLE color: 11174745.

HSL color Cylindrical-coordinate representation of color #5983AA: hue angle of 208.89º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5983AA is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB89131170-
CMYK0.480.2300.33
HSL208.89º32.27%50.78%-
HSV(B)208.89º47.65%66.67%-
XYZ19.4921.2641.11-
YUV122.89154.59103.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.82%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 170 (66.80% from 255) = 43.59%
R=22.82%
G=33.59%
B=43.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891311700.480.2300.33208.8932.2750.78
Hex5983AA3017021d12033
Octal13120325260270413214063
Binary1011001100000111010101011000010111010000111010001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5983AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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