Html Css Color HEX #5E93AE Air Force Blue

📋 copy color: '#5E93AE'

red 94 ◦ green 147 ◦ blue 174

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

Shades of Air Force Blue #5E93AE

Tints of Air Force Blue #5E93AE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.42%

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

R = 22.65%
G = 35.42%
B = 41.93%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E93AE (or 0x5E93AE) is known color: Air Force Blue. HEX triplet: 5E, 93 and AE. RGB value is (94,147,174). Sum of RGB (Red+Green+Blue) = 94+147+174=415 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.65% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E93AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E93AE is #A16C51. Grayscale: #868686. Windows color (decimal): -10579026 or 11440990. OLE color: 11440990.

HSL color Cylindrical-coordinate representation of color #5E93AE: hue angle of 200.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E93AE is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 94 147 174 -
CMYK 0.46 0.16 0 0.32
HSL 200.25º 0.33% 0.53% -
HSV(B) 200.25º 0.46% 0.68% -
XYZ 22.69 26.3 43.93 -
YUV 134.23 150.44 99.3 -
System Red Green Blue C M Y K H S L
Decimal 94 147 174 0.46 0.16 0 0.32 200.25 0.33 0.53
Hex 5E 93 AE 2E 10 0 20 C8 21 35
Octal 136 223 256 56 20 0 40 310 41 65
Binary 1011110 10010011 10101110 101110 10000 0 100000 11001000 100001 110101

Color Harmonies of #5E93AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E93AE

Black with #5E93AE

Text Example


Text Example

White with #5E93AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,147,174); }

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

background-color css

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

 a { background-color: rgb(94,147,174); }

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

border-color css

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

 span { border-color: rgb(94,147,174); }

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