#5C635B

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

Shades of Cactus #5C635B

Tints of Cactus #5C635B

Color information

#5C635B (or 0x5C635B) is unknown color: approx Cactus. HEX triplet: 5C, 63 and 5B. RGB value is (92,99,91). Sum of RGB (Red+Green+Blue) = 92+99+91=282 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.62% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 99 - color contains mainly: green. Hex color #5C635B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C635B is #A39CA4. Grayscale: #606060. Windows color (decimal): -10722469 or 5989212. OLE color: 5989212.

HSL color Cylindrical-coordinate representation of color #5C635B: hue angle of 112.5º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5C635B is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB929991-
CMYK0.0700.080.61
HSL112.5º4.21%37.25%-
HSV(B)112.5º8.08%38.82%-
XYZ10.7611.9511.64-
YUV95.99125.18125.15-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.62%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 91 (35.94% from 255) = 32.27%
R=32.62%
G=35.11%
B=32.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9299910.0700.080.61112.54.2137.25
Hex5C635B7083D70425
Octal134143133701075160445
Binary101110011000111011011111010001111011110000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,99,91); }

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

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

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

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

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

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

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