Html Css Color HEX #5B6362 River Bed

📋 copy color: '#5B6362'

red 91 ◦ green 99 ◦ blue 98

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

Shades of River Bed #5B6362

Tints of River Bed #5B6362

RGB

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

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

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

R = 31.6%
G = 34.38%
B = 34.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#5B6362 (or 0x5B6362) is known color: River Bed. HEX triplet: 5B, 63 and 62. RGB value is (91,99,98). Sum of RGB (Red+Green+Blue) = 91+99+98=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 99 - color contains mainly: green. Hex color #5B6362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6362 is #A49C9D. Grayscale: #606060. Windows color (decimal): -10787998 or 6447963. OLE color: 6447963.

HSL color Cylindrical-coordinate representation of color #5B6362: hue angle of 172.5º 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 #5B6362 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 91 99 98 -
CMYK 0.08 0 0.01 0.61
HSL 172.5º 0.04% 0.37% -
HSV(B) 172.5º 0.08% 0.39% -
XYZ 10.98 12.03 13.3 -
YUV 96.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 91 99 98 0.08 0 0.01 0.61 172.5 0.04 0.37
Hex 5B 63 62 8 0 1 3D AC 4 25
Octal 133 143 142 10 0 1 75 254 4 45
Binary 1011011 1100011 1100010 1000 0 1 111101 10101100 100 100101

Color Harmonies of #5B6362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6362

Black with #5B6362

Text Example


Text Example

White with #5B6362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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