#5E656D

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

Shades of Shuttle Grey #5E656D

Tints of Shuttle Grey #5E656D

Color information

#5E656D (or 0x5E656D) is unknown color: approx Shuttle Grey. HEX triplet: 5E, 65 and 6D. RGB value is (94,101,109). Sum of RGB (Red+Green+Blue) = 94+101+109=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 109 - color contains mainly: blue. Hex color #5E656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E656D is #A19A92. Grayscale: #636363. Windows color (decimal): -10590867 or 7169374. OLE color: 7169374.

HSL color Cylindrical-coordinate representation of color #5E656D: hue angle of 212º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5E656D is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB94101109-
CMYK0.140.0700.57
HSL212º7.39%39.8%-
HSV(B)212º13.76%42.75%-
XYZ12.0312.7916.3-
YUV99.82133.18123.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.92%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 109 (42.97% from 255) = 35.86%
R=30.92%
G=33.22%
B=35.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal941011090.140.0700.572127.3939.8
Hex5E656DE7039d4728
Octal136145155167071324750
Binary1011110110010111011011110111011100111010100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,101,109); }

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

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

 a { background-color: rgb(94,101,109); }

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

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

 span { border-color: rgb(94,101,109); }

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