#5E849E

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

Shades of Air Force Blue #5E849E

Tints of Air Force Blue #5E849E

Color information

#5E849E (or 0x5E849E) is unknown color: approx Air Force Blue. HEX triplet: 5E, 84 and 9E. RGB value is (94,132,158). Sum of RGB (Red+Green+Blue) = 94+132+158=384 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.48% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E849E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E849E is #A17B61. Grayscale: #7B7B7B. Windows color (decimal): -10582882 or 10388574. OLE color: 10388574.

HSL color Cylindrical-coordinate representation of color #5E849E: hue angle of 204.38º 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 #5E849E is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB94132158-
CMYK0.410.1600.38
HSL204.38º25.4%49.41%-
HSV(B)204.38º40.51%61.96%-
XYZ19.0421.3535.47-
YUV123.6147.41106.89-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.48%
GREEN value IS 132 (51.95% from 255) = 34.38%
BLUE value IS 158 (62.11% from 255) = 41.15%
R=24.48%
G=34.38%
B=41.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal941321580.410.1600.38204.3825.449.41
Hex5E849E2910026cc1931
Octal13620423651200463143161
Binary101111010000100100111101010011000001001101100110011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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