Html Css Color HEX #5D6362 River Bed

📋 copy color: '#5D6362'

red 93 ◦ green 99 ◦ blue 98

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

Shades of River Bed #5D6362

Tints of River Bed #5D6362

RGB

 RED value IS 93 (36.72% from 255) = 32.07%

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

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

R = 32.07%
G = 34.14%
B = 33.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#5D6362 (or 0x5D6362) is known color: River Bed. HEX triplet: 5D, 63 and 62. RGB value is (93,99,98). Sum of RGB (Red+Green+Blue) = 93+99+98=290 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.07% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 99 - color contains mainly: green. Hex color #5D6362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6362 is #A29C9D. Grayscale: #616161. Windows color (decimal): -10656926 or 6447965. OLE color: 6447965.

HSL color Cylindrical-coordinate representation of color #5D6362: hue angle of 170º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5D6362 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 93 99 98 -
CMYK 0.06 0 0.01 0.61
HSL 170º 0.03% 0.38% -
HSV(B) 170º 0.06% 0.39% -
XYZ 11.18 12.13 13.31 -
YUV 97.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 93 99 98 0.06 0 0.01 0.61 170 0.03 0.38
Hex 5D 63 62 6 0 1 3D AA 3 26
Octal 135 143 142 6 0 1 75 252 3 46
Binary 1011101 1100011 1100010 110 0 1 111101 10101010 11 100110

Color Harmonies of #5D6362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6362

Black with #5D6362

Text Example


Text Example

White with #5D6362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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