Html Css Color HEX #5E90AA Air Force Blue

📋 copy color: '#5E90AA'

red 94 ◦ green 144 ◦ blue 170

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

Shades of Air Force Blue #5E90AA

Tints of Air Force Blue #5E90AA

RGB

 RED value IS 94 (37.11% from 255) = 23.04%

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

 BLUE value IS 170 (66.8% from 255) = 41.67%

R = 23.04%
G = 35.29%
B = 41.67%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E90AA (or 0x5E90AA) is known color: Air Force Blue. HEX triplet: 5E, 90 and AA. RGB value is (94,144,170). Sum of RGB (Red+Green+Blue) = 94+144+170=408 (54% of max value = 765). Red value is 94 (37.11% from 255 or 23.04% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E90AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E90AA is #A16F55. Grayscale: #838383. Windows color (decimal): -10579798 or 11178078. OLE color: 11178078.

HSL color Cylindrical-coordinate representation of color #5E90AA: hue angle of 200.53º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E90AA is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 144 170 -
CMYK 0.45 0.15 0 0.33
HSL 200.53º 0.31% 0.52% -
HSV(B) 200.53º 0.45% 0.67% -
XYZ 21.85 25.23 41.75 -
YUV 132.01 149.44 100.89 -
System Red Green Blue C M Y K H S L
Decimal 94 144 170 0.45 0.15 0 0.33 200.53 0.31 0.52
Hex 5E 90 AA 2D F 0 21 C9 1F 34
Octal 136 220 252 55 17 0 41 311 37 64
Binary 1011110 10010000 10101010 101101 1111 0 100001 11001001 11111 110100

Color Harmonies of #5E90AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E90AA

Black with #5E90AA

Text Example


Text Example

White with #5E90AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E90AA; }

 p { color: rgb(94,144,170); }

 H1.HeaderClassName
 {
   color: #5E90AA;
 }
 .AnyTagClassName
 {
   color: #5E90AA;
 }
</style>

background-color css

<style>
 a { background-color: #5E90AA; }

 a { background-color: rgb(94,144,170); }

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

border-color css

<style>
 span { border-color: #5E90AA; }

 span { border-color: rgb(94,144,170); }

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