#5E6061

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

Shades of Shuttle Grey #5E6061

Tints of Shuttle Grey #5E6061

Color information

#5E6061 (or 0x5E6061) is unknown color: approx Shuttle Grey. HEX triplet: 5E, 60 and 61. RGB value is (94,96,97). Sum of RGB (Red+Green+Blue) = 94+96+97=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 97 - color contains mainly: blue. Hex color #5E6061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6061 is #A19F9E. Grayscale: #5F5F5F. Windows color (decimal): -10592159 or 6381662. OLE color: 6381662.

HSL color Cylindrical-coordinate representation of color #5E6061: hue angle of 200º degrees, saturation: 0.02, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #5E6061 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB949697-
CMYK0.030.0100.62
HSL200º1.57%37.45%-
HSV(B)200º3.09%38.04%-
XYZ10.9611.6112.97-
YUV95.52128.84126.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.75%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 97 (38.28% from 255) = 33.80%
R=32.75%
G=33.45%
B=33.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9496970.030.0100.622001.5737.45
Hex5E60613103Ec8225
Octal13614014131076310245
Binary10111101100000110000111101111101100100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,96,97); }

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

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

 a { background-color: rgb(94,96,97); }

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

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

 span { border-color: rgb(94,96,97); }

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