Html Css Color HEX #5B5850 Masala

📋 copy color: '#5B5850'

red 91 ◦ green 88 ◦ blue 80

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

Shades of Masala #5B5850

Tints of Masala #5B5850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.98%

 BLUE value IS 80 (31.64% from 255) = 30.89%

R = 35.14%
G = 33.98%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.64

RGB Variations

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

Color information

#5B5850 (or 0x5B5850) is known color: Masala. HEX triplet: 5B, 58 and 50. RGB value is (91,88,80). Sum of RGB (Red+Green+Blue) = 91+88+80=259 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.14% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5850 is #A4A7AF. Grayscale: #585858. Windows color (decimal): -10790832 or 5265499. OLE color: 5265499.

HSL color Cylindrical-coordinate representation of color #5B5850: hue angle of 43.64º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B5850 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 88 80 -
CMYK 0 0.03 0.12 0.64
HSL 43.64º 0.06% 0.34% -
HSV(B) 43.64º 0.12% 0.36% -
XYZ 9.25 9.78 8.99 -
YUV 87.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 91 88 80 0 0.03 0.12 0.64 43.64 0.06 0.34
Hex 5B 58 50 0 3 C 40 2C 6 22
Octal 133 130 120 0 3 14 100 54 6 42
Binary 1011011 1011000 1010000 0 11 1100 1000000 101100 110 100010

Color Harmonies of #5B5850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5850

Black with #5B5850

Text Example


Text Example

White with #5B5850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,88,80); }

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

background-color css

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

 a { background-color: rgb(91,88,80); }

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

border-color css

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

 span { border-color: rgb(91,88,80); }

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