Html Css Color HEX #5B6C56 Cactus

📋 copy color: '#5B6C56'

red 91 ◦ green 108 ◦ blue 86

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

Shades of Cactus #5B6C56

Tints of Cactus #5B6C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.18%

R = 31.93%
G = 37.89%
B = 30.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#5B6C56 (or 0x5B6C56) is known color: Cactus. HEX triplet: 5B, 6C and 56. RGB value is (91,108,86). Sum of RGB (Red+Green+Blue) = 91+108+86=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 108 - color contains mainly: green. Hex color #5B6C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6C56 is #A493A9. Grayscale: #646464. Windows color (decimal): -10785706 or 5663835. OLE color: 5663835.

HSL color Cylindrical-coordinate representation of color #5B6C56: hue angle of 106.36º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5B6C56 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB 91 108 86 -
CMYK 0.16 0 0.20 0.58
HSL 106.36º 0.11% 0.38% -
HSV(B) 106.36º 0.2% 0.42% -
XYZ 11.36 13.62 10.83 -
YUV 100.41 119.87 121.29 -
System Red Green Blue C M Y K H S L
Decimal 91 108 86 0.16 0 0.20 0.58 106.36 0.11 0.38
Hex 5B 6C 56 10 0 14 3A 6A B 26
Octal 133 154 126 20 0 24 72 152 13 46
Binary 1011011 1101100 1010110 10000 0 10100 111010 1101010 1011 100110

Color Harmonies of #5B6C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6C56

Black with #5B6C56

Text Example


Text Example

White with #5B6C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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