Html Css Color HEX #5B6C50 Cactus

📋 copy color: '#5B6C50'

red 91 ◦ green 108 ◦ blue 80

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

Shades of Cactus #5B6C50

Tints of Cactus #5B6C50

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.71%

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

R = 32.62%
G = 38.71%
B = 28.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#5B6C50 (or 0x5B6C50) is known color: Cactus. HEX triplet: 5B, 6C and 50. RGB value is (91,108,80). Sum of RGB (Red+Green+Blue) = 91+108+80=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 108 - color contains mainly: green. Hex color #5B6C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6C50 is #A493AF. Grayscale: #636363. Windows color (decimal): -10785712 or 5270619. OLE color: 5270619.

HSL color Cylindrical-coordinate representation of color #5B6C50: hue angle of 96.43º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B6C50 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 91 108 80 -
CMYK 0.16 0 0.26 0.58
HSL 96.43º 0.15% 0.37% -
HSV(B) 96.43º 0.26% 0.42% -
XYZ 11.12 13.53 9.61 -
YUV 99.73 116.87 121.78 -
System Red Green Blue C M Y K H S L
Decimal 91 108 80 0.16 0 0.26 0.58 96.43 0.15 0.37
Hex 5B 6C 50 10 0 1A 3A 60 F 25
Octal 133 154 120 20 0 32 72 140 17 45
Binary 1011011 1101100 1010000 10000 0 11010 111010 1100000 1111 100101

Color Harmonies of #5B6C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6C50

Black with #5B6C50

Text Example


Text Example

White with #5B6C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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