Html Css Color HEX #5E8BAE Air Force Blue

📋 copy color: '#5E8BAE'

red 94 ◦ green 139 ◦ blue 174

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

Shades of Air Force Blue #5E8BAE

Tints of Air Force Blue #5E8BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.15%

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

R = 23.1%
G = 34.15%
B = 42.75%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E8BAE (or 0x5E8BAE) is known color: Air Force Blue. HEX triplet: 5E, 8B and AE. RGB value is (94,139,174). Sum of RGB (Red+Green+Blue) = 94+139+174=407 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.10% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E8BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8BAE is #A17451. Grayscale: #818181. Windows color (decimal): -10581074 or 11438942. OLE color: 11438942.

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

Color convert

RGB 94 139 174 -
CMYK 0.46 0.20 0 0.32
HSL 206.25º 0.33% 0.53% -
HSV(B) 206.25º 0.46% 0.68% -
XYZ 21.49 23.9 43.53 -
YUV 129.54 153.09 102.65 -
System Red Green Blue C M Y K H S L
Decimal 94 139 174 0.46 0.20 0 0.32 206.25 0.33 0.53
Hex 5E 8B AE 2E 14 0 20 CE 21 35
Octal 136 213 256 56 24 0 40 316 41 65
Binary 1011110 10001011 10101110 101110 10100 0 100000 11001110 100001 110101

Color Harmonies of #5E8BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8BAE

Black with #5E8BAE

Text Example


Text Example

White with #5E8BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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