#5B6263

Color #5B6263 River Bed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of River Bed #5B6263

Tints of River Bed #5B6263

Color information

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

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

Color convert

RGB919899-
CMYK0.080.0100.61
HSL187.5º4.21%37.25%-
HSV(B)187.5º8.08%38.82%-
XYZ10.9311.8613.52-
YUV96.02129.68124.42-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.60%
GREEN value IS 98 (38.67% from 255) = 34.03%
BLUE value IS 99 (39.06% from 255) = 34.38%
R=31.60%
G=34.03%
B=34.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9198990.080.0100.61187.54.2137.25
Hex5B62638103Dbb425
Octal133142143101075273445
Binary10110111100010110001110001011110110111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B6263;
 }
 .AnyTagClassName
 {
   color: #5B6263;
 }
</style>
background-color css

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

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

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

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

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

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