Html Css Color HEX #5E7EAA Air Force Blue

📋 copy color: '#5E7EAA'

red 94 ◦ green 126 ◦ blue 170

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

Shades of Air Force Blue #5E7EAA

Tints of Air Force Blue #5E7EAA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.31%

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

R = 24.1%
G = 32.31%
B = 43.59%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E7EAA (or 0x5E7EAA) is known color: Air Force Blue. HEX triplet: 5E, 7E and AA. RGB value is (94,126,170). Sum of RGB (Red+Green+Blue) = 94+126+170=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 126 (49.61% from 255 or 32.31% 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 #5E7EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7EAA is #A18155. Grayscale: #797979. Windows color (decimal): -10584406 or 11173470. OLE color: 11173470.

HSL color Cylindrical-coordinate representation of color #5E7EAA: hue angle of 214.74º 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 #5E7EAA is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 126 170 -
CMYK 0.45 0.26 0 0.33
HSL 214.74º 0.31% 0.52% -
HSV(B) 214.74º 0.45% 0.67% -
XYZ 19.33 20.2 40.91 -
YUV 121.45 155.4 108.42 -
System Red Green Blue C M Y K H S L
Decimal 94 126 170 0.45 0.26 0 0.33 214.74 0.31 0.52
Hex 5E 7E AA 2D 1A 0 21 D7 1F 34
Octal 136 176 252 55 32 0 41 327 37 64
Binary 1011110 1111110 10101010 101101 11010 0 100001 11010111 11111 110100

Color Harmonies of #5E7EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7EAA

Black with #5E7EAA

Text Example


Text Example

White with #5E7EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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