Html Css Color HEX #5B7355 Cactus

📋 copy color: '#5B7355'

red 91 ◦ green 115 ◦ blue 85

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

Shades of Cactus #5B7355

Tints of Cactus #5B7355

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.52%

 BLUE value IS 85 (33.59% from 255) = 29.21%

R = 31.27%
G = 39.52%
B = 29.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#5B7355 (or 0x5B7355) is known color: Cactus. HEX triplet: 5B, 73 and 55. RGB value is (91,115,85). Sum of RGB (Red+Green+Blue) = 91+115+85=291 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.27% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 115 - color contains mainly: green. Hex color #5B7355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7355 is #A48CAA. Grayscale: #686868. Windows color (decimal): -10783915 or 5600091. OLE color: 5600091.

HSL color Cylindrical-coordinate representation of color #5B7355: hue angle of 108º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B7355 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 115 85 -
CMYK 0.21 0 0.26 0.55
HSL 108º 0.15% 0.39% -
HSV(B) 108º 0.26% 0.45% -
XYZ 12.08 15.14 10.88 -
YUV 104.4 117.05 118.44 -
System Red Green Blue C M Y K H S L
Decimal 91 115 85 0.21 0 0.26 0.55 108 0.15 0.39
Hex 5B 73 55 15 0 1A 37 6C F 27
Octal 133 163 125 25 0 32 67 154 17 47
Binary 1011011 1110011 1010101 10101 0 11010 110111 1101100 1111 100111

Color Harmonies of #5B7355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7355

Black with #5B7355

Text Example


Text Example

White with #5B7355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,115,85); }

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

background-color css

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

 a { background-color: rgb(91,115,85); }

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

border-color css

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

 span { border-color: rgb(91,115,85); }

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