#5E6B77

Color #5E6B77 Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #5E6B77

Tints of Shuttle Grey #5E6B77

Color information

#5E6B77 (or 0x5E6B77) is unknown color: approx Shuttle Grey. HEX triplet: 5E, 6B and 77. RGB value is (94,107,119). Sum of RGB (Red+Green+Blue) = 94+107+119=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 119 - color contains mainly: blue. Hex color #5E6B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6B77 is #A19488. Grayscale: #686868. Windows color (decimal): -10589321 or 7826270. OLE color: 7826270.

HSL color Cylindrical-coordinate representation of color #5E6B77: hue angle of 208.8º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5E6B77 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB94107119-
CMYK0.210.1000.53
HSL208.8º11.74%41.76%-
HSV(B)208.8º21.01%46.67%-
XYZ13.214.2319.5-
YUV104.48136.19120.52-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.38%
GREEN value IS 107 (42.19% from 255) = 33.44%
BLUE value IS 119 (46.88% from 255) = 37.19%
R=29.38%
G=33.44%
B=37.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal941071190.210.1000.53208.811.7441.76
Hex5E6B7715A035d1c2a
Octal13615316725120653211452
Binary1011110110101111101111010110100110101110100011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,107,119); }

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

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

 a { background-color: rgb(94,107,119); }

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

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

 span { border-color: rgb(94,107,119); }

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