Html Css Color HEX #5E809A Air Force Blue

📋 copy color: '#5E809A'

red 94 ◦ green 128 ◦ blue 154

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

Shades of Air Force Blue #5E809A

Tints of Air Force Blue #5E809A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.04%

 BLUE value IS 154 (60.55% from 255) = 40.96%

R = 25%
G = 34.04%
B = 40.96%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5E809A (or 0x5E809A) is known color: Air Force Blue. HEX triplet: 5E, 80 and 9A. RGB value is (94,128,154). Sum of RGB (Red+Green+Blue) = 94+128+154=376 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E809A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E809A is #A17F65. Grayscale: #787878. Windows color (decimal): -10583910 or 10125406. OLE color: 10125406.

HSL color Cylindrical-coordinate representation of color #5E809A: hue angle of 206º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E809A is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 94 128 154 -
CMYK 0.39 0.17 0 0.40
HSL 206º 0.24% 0.49% -
HSV(B) 206º 0.39% 0.6% -
XYZ 18.17 20.15 33.5 -
YUV 120.8 146.74 108.89 -
System Red Green Blue C M Y K H S L
Decimal 94 128 154 0.39 0.17 0 0.40 206 0.24 0.49
Hex 5E 80 9A 27 11 0 28 CE 18 31
Octal 136 200 232 47 21 0 50 316 30 61
Binary 1011110 10000000 10011010 100111 10001 0 101000 11001110 11000 110001

Color Harmonies of #5E809A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E809A

Black with #5E809A

Text Example


Text Example

White with #5E809A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,128,154); }

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

background-color css

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

 a { background-color: rgb(94,128,154); }

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

border-color css

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

 span { border-color: rgb(94,128,154); }

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