Html Css Color HEX #5C6163 River Bed

📋 copy color: '#5C6163'

red 92 ◦ green 97 ◦ blue 99

#5C6163
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of River Bed #5C6163

Tints of River Bed #5C6163

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 value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5C6163 (or 0x5C6163) is known color: 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

RGB 92 97 99 -
CMYK 0.07 0.02 0 0.61
HSL 197.14º 0.04% 0.37% -
HSV(B) 197.14º 0.07% 0.39% -
XYZ 10.94 11.73 13.49 -
YUV 95.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 92 97 99 0.07 0.02 0 0.61 197.14 0.04 0.37
Hex 5C 61 63 7 2 0 3D C5 4 25
Octal 134 141 143 7 2 0 75 305 4 45
Binary 1011100 1100001 1100011 111 10 0 111101 11000101 100 100101

Color Harmonies of #5C6163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6163

Black with #5C6163

Text Example


Text Example

White with #5C6163

Text Example


Text Example

HTML Codes & Css Web 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>