#5E899E

Color #5E899E Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #5E899E

Tints of Air Force Blue #5E899E

Color information

#5E899E (or 0x5E899E) is unknown color: approx Air Force Blue. HEX triplet: 5E, 89 and 9E. RGB value is (94,137,158). Sum of RGB (Red+Green+Blue) = 94+137+158=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E899E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E899E is #A17661. Grayscale: #7E7E7E. Windows color (decimal): -10581602 or 10389854. OLE color: 10389854.

HSL color Cylindrical-coordinate representation of color #5E899E: hue angle of 199.69º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E899E is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB94137158-
CMYK0.410.1300.38
HSL199.69º25.4%49.41%-
HSV(B)199.69º40.51%61.96%-
XYZ19.7322.7435.7-
YUV126.54145.75104.79-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.16%
GREEN value IS 137 (53.91% from 255) = 35.22%
BLUE value IS 158 (62.11% from 255) = 40.62%
R=24.16%
G=35.22%
B=40.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal941371580.410.1300.38199.6925.449.41
Hex5E899E29D026c81931
Octal13621123651150463103161
Binary10111101000100110011110101001110101001101100100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,137,158); }

 H1.HeaderClassName
 {
   color: #5E899E;
 }
 .AnyTagClassName
 {
   color: #5E899E;
 }
</style>
background-color css

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

 a { background-color: rgb(94,137,158); }

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

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

 span { border-color: rgb(94,137,158); }

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