Html Css Color HEX #5B7155 Cactus

📋 copy color: '#5B7155'

red 91 ◦ green 113 ◦ blue 85

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

Shades of Cactus #5B7155

Tints of Cactus #5B7155

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.1%

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

R = 31.49%
G = 39.1%
B = 29.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#5B7155 (or 0x5B7155) is known color: Cactus. HEX triplet: 5B, 71 and 55. RGB value is (91,113,85). Sum of RGB (Red+Green+Blue) = 91+113+85=289 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.49% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 113 - color contains mainly: green. Hex color #5B7155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7155 is #A48EAA. Grayscale: #676767. Windows color (decimal): -10784427 or 5599579. OLE color: 5599579.

HSL color Cylindrical-coordinate representation of color #5B7155: hue angle of 107.14º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B7155 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 91 113 85 -
CMYK 0.19 0 0.25 0.56
HSL 107.14º 0.14% 0.39% -
HSV(B) 107.14º 0.25% 0.44% -
XYZ 11.86 14.69 10.8 -
YUV 103.23 117.71 119.28 -
System Red Green Blue C M Y K H S L
Decimal 91 113 85 0.19 0 0.25 0.56 107.14 0.14 0.39
Hex 5B 71 55 13 0 19 38 6B E 27
Octal 133 161 125 23 0 31 70 153 16 47
Binary 1011011 1110001 1010101 10011 0 11001 111000 1101011 1110 100111

Color Harmonies of #5B7155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7155

Black with #5B7155

Text Example


Text Example

White with #5B7155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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