Html Css Color HEX #5C6362 River Bed

📋 copy color: '#5C6362'

red 92 ◦ green 99 ◦ blue 98

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

Shades of River Bed #5C6362

Tints of River Bed #5C6362

RGB

 RED value IS 92 (36.33% from 255) = 31.83%

 GREEN value IS 99 (39.06% from 255) = 34.26%

 BLUE value IS 98 (38.67% from 255) = 33.91%

R = 31.83%
G = 34.26%
B = 33.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#5C6362 (or 0x5C6362) is known color: River Bed. HEX triplet: 5C, 63 and 62. RGB value is (92,99,98). Sum of RGB (Red+Green+Blue) = 92+99+98=289 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.83% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 99 - color contains mainly: green. Hex color #5C6362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6362 is #A39C9D. Grayscale: #606060. Windows color (decimal): -10722462 or 6447964. OLE color: 6447964.

HSL color Cylindrical-coordinate representation of color #5C6362: hue angle of 171.43º 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 #5C6362 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 92 99 98 -
CMYK 0.07 0 0.01 0.61
HSL 171.43º 0.04% 0.37% -
HSV(B) 171.43º 0.07% 0.39% -
XYZ 11.08 12.08 13.3 -
YUV 96.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 92 99 98 0.07 0 0.01 0.61 171.43 0.04 0.37
Hex 5C 63 62 7 0 1 3D AB 4 25
Octal 134 143 142 7 0 1 75 253 4 45
Binary 1011100 1100011 1100010 111 0 1 111101 10101011 100 100101

Color Harmonies of #5C6362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6362

Black with #5C6362

Text Example


Text Example

White with #5C6362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C6362;
 }
 .AnyTagClassName
 {
   color: #5C6362;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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