Html Css Color HEX #5B6163 River Bed

📋 copy color: '#5B6163'

red 91 ◦ green 97 ◦ blue 99

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

Shades of River Bed #5B6163

Tints of River Bed #5B6163

RGB

 RED value IS 91 (35.94% from 255) = 31.71%

 GREEN value IS 97 (38.28% from 255) = 33.8%

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

R = 31.71%
G = 33.8%
B = 34.49%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5B6163 (or 0x5B6163) is known color: River Bed. HEX triplet: 5B, 61 and 63. RGB value is (91,97,99). Sum of RGB (Red+Green+Blue) = 91+97+99=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 99 - color contains mainly: blue. Hex color #5B6163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6163 is #A49E9C. Grayscale: #5F5F5F. Windows color (decimal): -10788509 or 6512987. OLE color: 6512987.

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

Color convert

RGB 91 97 99 -
CMYK 0.08 0.02 0 0.61
HSL 195º 0.04% 0.37% -
HSV(B) 195º 0.08% 0.39% -
XYZ 10.84 11.67 13.49 -
YUV 95.43 130.01 124.84 -
System Red Green Blue C M Y K H S L
Decimal 91 97 99 0.08 0.02 0 0.61 195 0.04 0.37
Hex 5B 61 63 8 2 0 3D C3 4 25
Octal 133 141 143 10 2 0 75 303 4 45
Binary 1011011 1100001 1100011 1000 10 0 111101 11000011 100 100101

Color Harmonies of #5B6163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6163

Black with #5B6163

Text Example


Text Example

White with #5B6163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,97,99); }

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

background-color css

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

 a { background-color: rgb(91,97,99); }

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

border-color css

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

 span { border-color: rgb(91,97,99); }

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