#5B6676

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

Shades of Shuttle Grey #5B6676

Tints of Shuttle Grey #5B6676

Color information

#5B6676 (or 0x5B6676) is unknown color: approx Shuttle Grey. HEX triplet: 5B, 66 and 76. RGB value is (91,102,118). Sum of RGB (Red+Green+Blue) = 91+102+118=311 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.26% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 118 - color contains mainly: blue. Hex color #5B6676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6676 is #A49989. Grayscale: #646464. Windows color (decimal): -10787210 or 7759451. OLE color: 7759451.

HSL color Cylindrical-coordinate representation of color #5B6676: hue angle of 215.56º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5B6676 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB91102118-
CMYK0.230.1400.54
HSL215.56º12.92%40.98%-
HSV(B)215.56º22.88%46.27%-
XYZ12.3413.0319.01-
YUV100.54137.86121.2-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.26%
GREEN value IS 102 (40.23% from 255) = 32.80%
BLUE value IS 118 (46.48% from 255) = 37.94%
R=29.26%
G=32.80%
B=37.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal911021180.230.1400.54215.5612.9240.98
Hex5B667617E036d8d29
Octal13314616627160663301551
Binary1011011110011011101101011111100110110110110001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,102,118); }

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

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

 a { background-color: rgb(91,102,118); }

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

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

 span { border-color: rgb(91,102,118); }

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