Html Css Color HEX #5E7FAE Air Force Blue

📋 copy color: '#5E7FAE'

red 94 ◦ green 127 ◦ blue 174

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

Shades of Air Force Blue #5E7FAE

Tints of Air Force Blue #5E7FAE

RGB

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

 GREEN value IS 127 (50% from 255) = 32.15%

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

R = 23.8%
G = 32.15%
B = 44.05%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E7FAE (or 0x5E7FAE) is known color: Air Force Blue. HEX triplet: 5E, 7F and AE. RGB value is (94,127,174). Sum of RGB (Red+Green+Blue) = 94+127+174=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E7FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7FAE is #A18051. Grayscale: #7A7A7A. Windows color (decimal): -10584146 or 11435870. OLE color: 11435870.

HSL color Cylindrical-coordinate representation of color #5E7FAE: hue angle of 215.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 #5E7FAE is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 94 127 174 -
CMYK 0.46 0.27 0 0.32
HSL 215.25º 0.33% 0.53% -
HSV(B) 215.25º 0.46% 0.68% -
XYZ 19.85 20.61 42.98 -
YUV 122.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 94 127 174 0.46 0.27 0 0.32 215.25 0.33 0.53
Hex 5E 7F AE 2E 1B 0 20 D7 21 35
Octal 136 177 256 56 33 0 40 327 41 65
Binary 1011110 1111111 10101110 101110 11011 0 100000 11010111 100001 110101

Color Harmonies of #5E7FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7FAE

Black with #5E7FAE

Text Example


Text Example

White with #5E7FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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