Html Css Color HEX #5D6463 River Bed

📋 copy color: '#5D6463'

red 93 ◦ green 100 ◦ blue 99

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

Shades of River Bed #5D6463

Tints of River Bed #5D6463

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.25%

 BLUE value IS 99 (39.06% from 255) = 33.9%

R = 31.85%
G = 34.25%
B = 33.9%

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

#5D6463 (or 0x5D6463) is known color: River Bed. HEX triplet: 5D, 64 and 63. RGB value is (93,100,99). Sum of RGB (Red+Green+Blue) = 93+100+99=292 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.85% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 100 - color contains mainly: green. Hex color #5D6463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6463 is #A29B9C. Grayscale: #616161. Windows color (decimal): -10656669 or 6513757. OLE color: 6513757.

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

Color convert

RGB 93 100 99 -
CMYK 0.07 0 0.01 0.61
HSL 171.43º 0.04% 0.38% -
HSV(B) 171.43º 0.07% 0.39% -
XYZ 11.32 12.34 13.59 -
YUV 97.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 93 100 99 0.07 0 0.01 0.61 171.43 0.04 0.38
Hex 5D 64 63 7 0 1 3D AB 4 26
Octal 135 144 143 7 0 1 75 253 4 46
Binary 1011101 1100100 1100011 111 0 1 111101 10101011 100 100110

Color Harmonies of #5D6463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6463

Black with #5D6463

Text Example


Text Example

White with #5D6463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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