#5D656D

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

Shades of Shuttle Grey #5D656D

Tints of Shuttle Grey #5D656D

Color information

#5D656D (or 0x5D656D) is unknown color: approx Shuttle Grey. HEX triplet: 5D, 65 and 6D. RGB value is (93,101,109). Sum of RGB (Red+Green+Blue) = 93+101+109=303 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.69% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 109 - color contains mainly: blue. Hex color #5D656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D656D is #A29A92. Grayscale: #636363. Windows color (decimal): -10656403 or 7169373. OLE color: 7169373.

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

Color convert

RGB93101109-
CMYK0.150.0700.57
HSL210º7.92%39.61%-
HSV(B)210º14.68%42.75%-
XYZ11.9312.7416.3-
YUV99.52133.35123.35-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.69%
GREEN value IS 101 (39.84% from 255) = 33.33%
BLUE value IS 109 (42.97% from 255) = 35.97%
R=30.69%
G=33.33%
B=35.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal931011090.150.0700.572107.9239.61
Hex5D656DF7039d2828
Octal1351451551770713221050
Binary10111011100101110110111111110111001110100101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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