#5E656C

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

Shades of Shuttle Grey #5E656C

Tints of Shuttle Grey #5E656C

Color information

#5E656C (or 0x5E656C) is unknown color: approx Shuttle Grey. HEX triplet: 5E, 65 and 6C. RGB value is (94,101,108). Sum of RGB (Red+Green+Blue) = 94+101+108=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 108 - color contains mainly: blue. Hex color #5E656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E656C is #A19A93. Grayscale: #636363. Windows color (decimal): -10590868 or 7103838. OLE color: 7103838.

HSL color Cylindrical-coordinate representation of color #5E656C: hue angle of 210º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5E656C is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB94101108-
CMYK0.130.0600.58
HSL210º6.93%39.61%-
HSV(B)210º12.96%42.35%-
XYZ11.9812.7716.02-
YUV99.7132.68123.93-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.02%
GREEN value IS 101 (39.84% from 255) = 33.33%
BLUE value IS 108 (42.58% from 255) = 35.64%
R=31.02%
G=33.33%
B=35.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal941011080.130.0600.582106.9339.61
Hex5E656CD603Ad2728
Octal136145154156072322750
Binary1011110110010111011001101110011101011010010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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