Html Css Color HEX #5E7EAB Air Force Blue

📋 copy color: '#5E7EAB'

red 94 ◦ green 126 ◦ blue 171

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

Shades of Air Force Blue #5E7EAB

Tints of Air Force Blue #5E7EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.73%

R = 24.04%
G = 32.23%
B = 43.73%

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

#5E7EAB (or 0x5E7EAB) is known color: Air Force Blue. HEX triplet: 5E, 7E and AB. RGB value is (94,126,171). Sum of RGB (Red+Green+Blue) = 94+126+171=391 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.04% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E7EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7EAB is #A18154. Grayscale: #797979. Windows color (decimal): -10584405 or 11239006. OLE color: 11239006.

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

Color convert

RGB 94 126 171 -
CMYK 0.45 0.26 0 0.33
HSL 215.06º 0.31% 0.52% -
HSV(B) 215.06º 0.45% 0.67% -
XYZ 19.43 20.24 41.41 -
YUV 121.56 155.9 108.34 -
System Red Green Blue C M Y K H S L
Decimal 94 126 171 0.45 0.26 0 0.33 215.06 0.31 0.52
Hex 5E 7E AB 2D 1A 0 21 D7 1F 34
Octal 136 176 253 55 32 0 41 327 37 64
Binary 1011110 1111110 10101011 101101 11010 0 100001 11010111 11111 110100

Color Harmonies of #5E7EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7EAB

Black with #5E7EAB

Text Example


Text Example

White with #5E7EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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