#5C6168

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

Shades of Shuttle Grey #5C6168

Tints of Shuttle Grey #5C6168

Color information

#5C6168 (or 0x5C6168) is unknown color: approx Shuttle Grey. HEX triplet: 5C, 61 and 68. RGB value is (92,97,104). Sum of RGB (Red+Green+Blue) = 92+97+104=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 104 - color contains mainly: blue. Hex color #5C6168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6168 is #A39E97. Grayscale: #606060. Windows color (decimal): -10722968 or 6840668. OLE color: 6840668.

HSL color Cylindrical-coordinate representation of color #5C6168: hue angle of 215º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5C6168 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9297104-
CMYK0.120.0700.59
HSL215º6.12%38.43%-
HSV(B)215º11.54%40.78%-
XYZ11.1911.8214.79-
YUV96.3132.34124.93-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.40%
GREEN value IS 97 (38.28% from 255) = 33.11%
BLUE value IS 104 (41.02% from 255) = 35.49%
R=31.40%
G=33.11%
B=35.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal92971040.120.0700.592156.1238.43
Hex5C6168C703Bd7626
Octal134141150147073327646
Binary1011100110000111010001100111011101111010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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