#5C616B

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

Shades of Shuttle Grey #5C616B

Tints of Shuttle Grey #5C616B

Color information

#5C616B (or 0x5C616B) is unknown color: approx Shuttle Grey. HEX triplet: 5C, 61 and 6B. RGB value is (92,97,107). Sum of RGB (Red+Green+Blue) = 92+97+107=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 107 - color contains mainly: blue. Hex color #5C616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C616B is #A39E94. Grayscale: #606060. Windows color (decimal): -10722965 or 7037276. OLE color: 7037276.

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

Color convert

RGB9297107-
CMYK0.140.0900.58
HSL220º7.54%39.02%-
HSV(B)220º14.02%41.96%-
XYZ11.3411.8915.61-
YUV96.65133.84124.69-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.08%
GREEN value IS 97 (38.28% from 255) = 32.77%
BLUE value IS 107 (42.19% from 255) = 36.15%
R=31.08%
G=32.77%
B=36.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal92971070.140.0900.582207.5439.02
Hex5C616BE903Adc827
Octal13414115316110723341047
Binary101110011000011101011111010010111010110111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,97,107); }

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

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

 a { background-color: rgb(92,97,107); }

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

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

 span { border-color: rgb(92,97,107); }

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