Html Css Color HEX #5E7CAA Air Force Blue

📋 copy color: '#5E7CAA'

red 94 ◦ green 124 ◦ blue 170

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

Shades of Air Force Blue #5E7CAA

Tints of Air Force Blue #5E7CAA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.96%

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

R = 24.23%
G = 31.96%
B = 43.81%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E7CAA (or 0x5E7CAA) is known color: Air Force Blue. HEX triplet: 5E, 7C and AA. RGB value is (94,124,170). Sum of RGB (Red+Green+Blue) = 94+124+170=388 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.23% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E7CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7CAA is #A18355. Grayscale: #787878. Windows color (decimal): -10584918 or 11172958. OLE color: 11172958.

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

Color convert

RGB 94 124 170 -
CMYK 0.45 0.27 0 0.33
HSL 216.32º 0.31% 0.52% -
HSV(B) 216.32º 0.45% 0.67% -
XYZ 19.08 19.7 40.83 -
YUV 120.27 156.06 109.26 -
System Red Green Blue C M Y K H S L
Decimal 94 124 170 0.45 0.27 0 0.33 216.32 0.31 0.52
Hex 5E 7C AA 2D 1B 0 21 D8 1F 34
Octal 136 174 252 55 33 0 41 330 37 64
Binary 1011110 1111100 10101010 101101 11011 0 100001 11011000 11111 110100

Color Harmonies of #5E7CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7CAA

Black with #5E7CAA

Text Example


Text Example

White with #5E7CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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