#5E889F

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

Shades of Air Force Blue #5E889F

Tints of Air Force Blue #5E889F

Color information

#5E889F (or 0x5E889F) is unknown color: approx Air Force Blue. HEX triplet: 5E, 88 and 9F. RGB value is (94,136,159). Sum of RGB (Red+Green+Blue) = 94+136+159=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E889F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E889F is #A17760. Grayscale: #7D7D7D. Windows color (decimal): -10581857 or 10455134. OLE color: 10455134.

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

Color convert

RGB94136159-
CMYK0.410.1400.38
HSL201.23º25.69%49.61%-
HSV(B)201.23º40.88%62.35%-
XYZ19.6822.4936.1-
YUV126.06146.59105.13-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.16%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 159 (62.5% from 255) = 40.87%
R=24.16%
G=34.96%
B=40.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal941361590.410.1400.38201.2325.6949.61
Hex5E889F29E026c91a32
Octal13621023751160463113262
Binary10111101000100010011111101001111001001101100100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,136,159); }

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

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

 a { background-color: rgb(94,136,159); }

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

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

 span { border-color: rgb(94,136,159); }

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