Html Css Color HEX #5990AE Air Force Blue

📋 copy color: '#5990AE'

red 89 ◦ green 144 ◦ blue 174

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

Shades of Air Force Blue #5990AE

Tints of Air Force Blue #5990AE

RGB

 RED value IS 89 (35.16% from 255) = 21.87%

 GREEN value IS 144 (56.64% from 255) = 35.38%

 BLUE value IS 174 (68.36% from 255) = 42.75%

R = 21.87%
G = 35.38%
B = 42.75%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5990AE (or 0x5990AE) is known color: Air Force Blue. HEX triplet: 59, 90 and AE. RGB value is (89,144,174). Sum of RGB (Red+Green+Blue) = 89+144+174=407 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.87% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #5990AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5990AE is #A66F51. Grayscale: #828282. Windows color (decimal): -10907474 or 11440217. OLE color: 11440217.

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

Color convert

RGB 89 144 174 -
CMYK 0.49 0.17 0 0.32
HSL 201.18º 0.34% 0.52% -
HSV(B) 201.18º 0.49% 0.68% -
XYZ 21.73 25.13 43.75 -
YUV 130.98 152.28 98.06 -
System Red Green Blue C M Y K H S L
Decimal 89 144 174 0.49 0.17 0 0.32 201.18 0.34 0.52
Hex 59 90 AE 31 11 0 20 C9 22 34
Octal 131 220 256 61 21 0 40 311 42 64
Binary 1011001 10010000 10101110 110001 10001 0 100000 11001001 100010 110100

Color Harmonies of #5990AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5990AE

Black with #5990AE

Text Example


Text Example

White with #5990AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5990AE;
 }
 .AnyTagClassName
 {
   color: #5990AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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