#5E859C

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

Shades of Air Force Blue #5E859C

Tints of Air Force Blue #5E859C

Color information

#5E859C (or 0x5E859C) is unknown color: approx Air Force Blue. HEX triplet: 5E, 85 and 9C. RGB value is (94,133,156). Sum of RGB (Red+Green+Blue) = 94+133+156=383 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.54% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E859C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E859C is #A17A63. Grayscale: #7B7B7B. Windows color (decimal): -10582628 or 10257758. OLE color: 10257758.

HSL color Cylindrical-coordinate representation of color #5E859C: hue angle of 202.26º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E859C is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB94133156-
CMYK0.400.1500.39
HSL202.26º24.8%49.02%-
HSV(B)202.26º39.74%61.18%-
XYZ1921.5634.61-
YUV123.96146.08106.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.54%
GREEN value IS 133 (52.34% from 255) = 34.73%
BLUE value IS 156 (61.33% from 255) = 40.73%
R=24.54%
G=34.73%
B=40.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal941331560.400.1500.39202.2624.849.02
Hex5E859C28F027ca1931
Octal13620523450170473123161
Binary10111101000010110011100101000111101001111100101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,133,156); }

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

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

 a { background-color: rgb(94,133,156); }

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

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

 span { border-color: rgb(94,133,156); }

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