Html Css Color HEX #5B695B Cactus

📋 copy color: '#5B695B'

red 91 ◦ green 105 ◦ blue 91

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

Shades of Cactus #5B695B

Tints of Cactus #5B695B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.59%

 BLUE value IS 91 (35.94% from 255) = 31.71%

R = 31.71%
G = 36.59%
B = 31.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#5B695B (or 0x5B695B) is known color: Cactus. HEX triplet: 5B, 69 and 5B. RGB value is (91,105,91). Sum of RGB (Red+Green+Blue) = 91+105+91=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 105 - color contains mainly: green. Hex color #5B695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B695B is #A496A4. Grayscale: #636363. Windows color (decimal): -10786469 or 5990747. OLE color: 5990747.

HSL color Cylindrical-coordinate representation of color #5B695B: hue angle of 120º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5B695B is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 91 105 91 -
CMYK 0.13 0 0.13 0.59
HSL 120º 0.07% 0.38% -
HSV(B) 120º 0.13% 0.41% -
XYZ 11.25 13.08 11.83 -
YUV 99.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 91 105 91 0.13 0 0.13 0.59 120 0.07 0.38
Hex 5B 69 5B D 0 D 3B 78 7 26
Octal 133 151 133 15 0 15 73 170 7 46
Binary 1011011 1101001 1011011 1101 0 1101 111011 1111000 111 100110

Color Harmonies of #5B695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B695B

Black with #5B695B

Text Example


Text Example

White with #5B695B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,105,91); }

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

background-color css

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

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

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

border-color css

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

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

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