#5B655A

Color #5B655A Cactus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cactus #5B655A

Tints of Cactus #5B655A

Color information

#5B655A (or 0x5B655A) is unknown color: approx Cactus. HEX triplet: 5B, 65 and 5A. RGB value is (91,101,90). Sum of RGB (Red+Green+Blue) = 91+101+90=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 101 - color contains mainly: green. Hex color #5B655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B655A is #A49AA5. Grayscale: #606060. Windows color (decimal): -10787494 or 5924187. OLE color: 5924187.

HSL color Cylindrical-coordinate representation of color #5B655A: hue angle of 114.55º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5B655A is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB9110190-
CMYK0.1000.110.60
HSL114.55º5.76%37.45%-
HSV(B)114.55º10.89%39.61%-
XYZ10.8112.2711.47-
YUV96.76124.19123.89-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.27%
GREEN value IS 101 (39.84% from 255) = 35.82%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=32.27%
G=35.82%
B=31.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal91101900.1000.110.60114.555.7637.45
Hex5B655AA0B3C73625
Octal1331451321201374163645
Binary1011011110010110110101010010111111001110011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,101,90); }

 H1.HeaderClassName
 {
   color: #5B655A;
 }
 .AnyTagClassName
 {
   color: #5B655A;
 }
</style>
background-color css

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

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

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

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

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

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