#5C6163

Color #5C6163 River Bed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of River Bed #5C6163

Tints of River Bed #5C6163

Color information

#5C6163 (or 0x5C6163) is unknown color: approx River Bed. HEX triplet: 5C, 61 and 63. RGB value is (92,97,99). Sum of RGB (Red+Green+Blue) = 92+97+99=288 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.94% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 99 - color contains mainly: blue. Hex color #5C6163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6163 is #A39E9C. Grayscale: #5F5F5F. Windows color (decimal): -10722973 or 6512988. OLE color: 6512988.

HSL color Cylindrical-coordinate representation of color #5C6163: hue angle of 197.14º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5C6163 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB929799-
CMYK0.070.0200.61
HSL197.14º3.66%37.45%-
HSV(B)197.14º7.07%38.82%-
XYZ10.9411.7313.49-
YUV95.73129.84125.34-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.94%
GREEN value IS 97 (38.28% from 255) = 33.68%
BLUE value IS 99 (39.06% from 255) = 34.38%
R=31.94%
G=33.68%
B=34.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9297990.070.0200.61197.143.6637.45
Hex5C61637203Dc5425
Octal13414114372075305445
Binary10111001100001110001111110011110111000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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