Html Css Color HEX #5B6D50 Cactus

📋 copy color: '#5B6D50'

red 91 ◦ green 109 ◦ blue 80

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

Shades of Cactus #5B6D50

Tints of Cactus #5B6D50

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.93%

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

R = 32.5%
G = 38.93%
B = 28.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#5B6D50 (or 0x5B6D50) is known color: Cactus. HEX triplet: 5B, 6D and 50. RGB value is (91,109,80). Sum of RGB (Red+Green+Blue) = 91+109+80=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 109 - color contains mainly: green. Hex color #5B6D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6D50 is #A492AF. Grayscale: #646464. Windows color (decimal): -10785456 or 5270875. OLE color: 5270875.

HSL color Cylindrical-coordinate representation of color #5B6D50: hue angle of 97.24º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B6D50 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB 91 109 80 -
CMYK 0.17 0 0.27 0.57
HSL 97.24º 0.15% 0.37% -
HSV(B) 97.24º 0.27% 0.43% -
XYZ 11.23 13.74 9.65 -
YUV 100.31 116.54 121.36 -
System Red Green Blue C M Y K H S L
Decimal 91 109 80 0.17 0 0.27 0.57 97.24 0.15 0.37
Hex 5B 6D 50 11 0 1B 39 61 F 25
Octal 133 155 120 21 0 33 71 141 17 45
Binary 1011011 1101101 1010000 10001 0 11011 111001 1100001 1111 100101

Color Harmonies of #5B6D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6D50

Black with #5B6D50

Text Example


Text Example

White with #5B6D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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