Html Css Color HEX #5983AA Air Force Blue

📋 copy color: '#5983AA'

red 89 ◦ green 131 ◦ blue 170

#5983AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #5983AA

Tints of Air Force Blue #5983AA

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.8% from 255) = 43.59%

R = 22.82%
G = 33.59%
B = 43.59%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5983AA (or 0x5983AA) is known color: 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

RGB 89 131 170 -
CMYK 0.48 0.23 0 0.33
HSL 208.89º 0.32% 0.51% -
HSV(B) 208.89º 0.48% 0.67% -
XYZ 19.49 21.26 41.11 -
YUV 122.89 154.59 103.83 -
System Red Green Blue C M Y K H S L
Decimal 89 131 170 0.48 0.23 0 0.33 208.89 0.32 0.51
Hex 59 83 AA 30 17 0 21 D1 20 33
Octal 131 203 252 60 27 0 41 321 40 63
Binary 1011001 10000011 10101010 110000 10111 0 100001 11010001 100000 110011

Color Harmonies of #5983AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5983AA

Black with #5983AA

Text Example


Text Example

White with #5983AA

Text Example


Text Example

HTML Codes & Css Web 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>