Html Css Color HEX #5E8099 Air Force Blue

📋 copy color: '#5E8099'

red 94 ◦ green 128 ◦ blue 153

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

Shades of Air Force Blue #5E8099

Tints of Air Force Blue #5E8099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.8%

R = 25.07%
G = 34.13%
B = 40.8%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5E8099 (or 0x5E8099) is known color: Air Force Blue. HEX triplet: 5E, 80 and 99. RGB value is (94,128,153). Sum of RGB (Red+Green+Blue) = 94+128+153=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E8099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8099 is #A17F66. Grayscale: #787878. Windows color (decimal): -10583911 or 10059870. OLE color: 10059870.

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

Color convert

RGB 94 128 153 -
CMYK 0.39 0.16 0 0.4
HSL 205.42º 0.24% 0.48% -
HSV(B) 205.42º 0.39% 0.6% -
XYZ 18.09 20.12 33.07 -
YUV 120.68 146.24 108.97 -
System Red Green Blue C M Y K H S L
Decimal 94 128 153 0.39 0.16 0 0.4 205.42 0.24 0.48
Hex 5E 80 99 27 10 0 28 CD 18 30
Octal 136 200 231 47 20 0 50 315 30 60
Binary 1011110 10000000 10011001 100111 10000 0 101000 11001101 11000 110000

Color Harmonies of #5E8099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8099

Black with #5E8099

Text Example


Text Example

White with #5E8099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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