Html Css Color HEX #5B7556 Cactus

📋 copy color: '#5B7556'

red 91 ◦ green 117 ◦ blue 86

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

Shades of Cactus #5B7556

Tints of Cactus #5B7556

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.8%

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

R = 30.95%
G = 39.8%
B = 29.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#5B7556 (or 0x5B7556) is known color: Cactus. HEX triplet: 5B, 75 and 56. RGB value is (91,117,86). Sum of RGB (Red+Green+Blue) = 91+117+86=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #5B7556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7556 is #A48AA9. Grayscale: #696969. Windows color (decimal): -10783402 or 5666139. OLE color: 5666139.

HSL color Cylindrical-coordinate representation of color #5B7556: hue angle of 110.32º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B7556 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 91 117 86 -
CMYK 0.22 0 0.26 0.54
HSL 110.32º 0.15% 0.4% -
HSV(B) 110.32º 0.26% 0.46% -
XYZ 12.36 15.62 11.17 -
YUV 105.69 116.89 117.52 -
System Red Green Blue C M Y K H S L
Decimal 91 117 86 0.22 0 0.26 0.54 110.32 0.15 0.4
Hex 5B 75 56 16 0 1A 36 6E F 28
Octal 133 165 126 26 0 32 66 156 17 50
Binary 1011011 1110101 1010110 10110 0 11010 110110 1101110 1111 101000

Color Harmonies of #5B7556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7556

Black with #5B7556

Text Example


Text Example

White with #5B7556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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