#5B6776

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

Shades of Shuttle Grey #5B6776

Tints of Shuttle Grey #5B6776

Color information

#5B6776 (or 0x5B6776) is unknown color: approx Shuttle Grey. HEX triplet: 5B, 67 and 76. RGB value is (91,103,118). Sum of RGB (Red+Green+Blue) = 91+103+118=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 118 - color contains mainly: blue. Hex color #5B6776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6776 is #A49889. Grayscale: #656565. Windows color (decimal): -10786954 or 7759707. OLE color: 7759707.

HSL color Cylindrical-coordinate representation of color #5B6776: hue angle of 213.33º 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 #5B6776 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB91103118-
CMYK0.230.1300.54
HSL213.33º12.92%40.98%-
HSV(B)213.33º22.88%46.27%-
XYZ12.4313.2319.04-
YUV101.12137.52120.78-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.17%
GREEN value IS 103 (40.62% from 255) = 33.01%
BLUE value IS 118 (46.48% from 255) = 37.82%
R=29.17%
G=33.01%
B=37.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal911031180.230.1300.54213.3312.9240.98
Hex5B677617D036d5d29
Octal13314716627150663251551
Binary1011011110011111101101011111010110110110101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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