Html Css Color HEX #5D6061 River Bed

📋 copy color: '#5D6061'

red 93 ◦ green 96 ◦ blue 97

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

Shades of River Bed #5D6061

Tints of River Bed #5D6061

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.57%

 BLUE value IS 97 (38.28% from 255) = 33.92%

R = 32.52%
G = 33.57%
B = 33.92%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5D6061 (or 0x5D6061) is known color: River Bed. HEX triplet: 5D, 60 and 61. RGB value is (93,96,97). Sum of RGB (Red+Green+Blue) = 93+96+97=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 97 - color contains mainly: blue. Hex color #5D6061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6061 is #A29F9E. Grayscale: #5F5F5F. Windows color (decimal): -10657695 or 6381661. OLE color: 6381661.

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

Color convert

RGB 93 96 97 -
CMYK 0.04 0.01 0 0.62
HSL 195º 0.02% 0.37% -
HSV(B) 195º 0.04% 0.38% -
XYZ 10.85 11.56 12.97 -
YUV 95.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 93 96 97 0.04 0.01 0 0.62 195 0.02 0.37
Hex 5D 60 61 4 1 0 3E C3 2 25
Octal 135 140 141 4 1 0 76 303 2 45
Binary 1011101 1100000 1100001 100 1 0 111110 11000011 10 100101

Color Harmonies of #5D6061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6061

Black with #5D6061

Text Example


Text Example

White with #5D6061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,96,97); }

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

background-color css

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

 a { background-color: rgb(93,96,97); }

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

border-color css

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

 span { border-color: rgb(93,96,97); }

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