#5B646B

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

Shades of Shuttle Grey #5B646B

Tints of Shuttle Grey #5B646B

Color information

#5B646B (or 0x5B646B) is unknown color: approx Shuttle Grey. HEX triplet: 5B, 64 and 6B. RGB value is (91,100,107). Sum of RGB (Red+Green+Blue) = 91+100+107=298 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.54% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 107 - color contains mainly: blue. Hex color #5B646B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B646B is #A49B94. Grayscale: #626262. Windows color (decimal): -10787733 or 7038043. OLE color: 7038043.

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

Color convert

RGB91100107-
CMYK0.150.0700.58
HSL206.25º8.08%38.82%-
HSV(B)206.25º14.95%41.96%-
XYZ11.5312.415.7-
YUV98.11133.02122.93-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.54%
GREEN value IS 100 (39.45% from 255) = 33.56%
BLUE value IS 107 (42.19% from 255) = 35.91%
R=30.54%
G=33.56%
B=35.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal911001070.150.0700.58206.258.0838.82
Hex5B646BF703Ace827
Octal1331441531770723161047
Binary10110111100100110101111111110111010110011101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,100,107); }

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

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

 a { background-color: rgb(91,100,107); }

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

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

 span { border-color: rgb(91,100,107); }

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