Html Css Color HEX #5B6365 River Bed

📋 copy color: '#5B6365'

red 91 ◦ green 99 ◦ blue 101

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

Shades of River Bed #5B6365

Tints of River Bed #5B6365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.71%

R = 31.27%
G = 34.02%
B = 34.71%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#5B6365 (or 0x5B6365) is known color: River Bed. HEX triplet: 5B, 63 and 65. RGB value is (91,99,101). Sum of RGB (Red+Green+Blue) = 91+99+101=291 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.27% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 101 - color contains mainly: blue. Hex color #5B6365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6365 is #A49C9A. Grayscale: #606060. Windows color (decimal): -10787995 or 6644571. OLE color: 6644571.

HSL color Cylindrical-coordinate representation of color #5B6365: hue angle of 192º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5B6365 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 91 99 101 -
CMYK 0.10 0.02 0 0.60
HSL 192º 0.05% 0.38% -
HSV(B) 192º 0.1% 0.4% -
XYZ 11.13 12.09 14.06 -
YUV 96.84 130.35 123.84 -
System Red Green Blue C M Y K H S L
Decimal 91 99 101 0.10 0.02 0 0.60 192 0.05 0.38
Hex 5B 63 65 A 2 0 3C C0 5 26
Octal 133 143 145 12 2 0 74 300 5 46
Binary 1011011 1100011 1100101 1010 10 0 111100 11000000 101 100110

Color Harmonies of #5B6365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6365

Black with #5B6365

Text Example


Text Example

White with #5B6365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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