Html Css Color HEX #5B7259 Cactus

📋 copy color: '#5B7259'

red 91 ◦ green 114 ◦ blue 89

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

Shades of Cactus #5B7259

Tints of Cactus #5B7259

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.78%

 BLUE value IS 89 (35.16% from 255) = 30.27%

R = 30.95%
G = 38.78%
B = 30.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#5B7259 (or 0x5B7259) is known color: Cactus. HEX triplet: 5B, 72 and 59. RGB value is (91,114,89). Sum of RGB (Red+Green+Blue) = 91+114+89=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 114 - color contains mainly: green. Hex color #5B7259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7259 is #A48DA6. Grayscale: #686868. Windows color (decimal): -10784167 or 5861979. OLE color: 5861979.

HSL color Cylindrical-coordinate representation of color #5B7259: hue angle of 115.2º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B7259 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 114 89 -
CMYK 0.20 0 0.22 0.55
HSL 115.2º 0.12% 0.4% -
HSV(B) 115.2º 0.22% 0.45% -
XYZ 12.13 14.98 11.7 -
YUV 104.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 91 114 89 0.20 0 0.22 0.55 115.2 0.12 0.4
Hex 5B 72 59 14 0 16 37 73 C 28
Octal 133 162 131 24 0 26 67 163 14 50
Binary 1011011 1110010 1011001 10100 0 10110 110111 1110011 1100 101000

Color Harmonies of #5B7259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7259

Black with #5B7259

Text Example


Text Example

White with #5B7259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,114,89); }

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

background-color css

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

 a { background-color: rgb(91,114,89); }

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

border-color css

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

 span { border-color: rgb(91,114,89); }

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