#5C6F52

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

Shades of Cactus #5C6F52

Tints of Cactus #5C6F52

Color information

#5C6F52 (or 0x5C6F52) is unknown color: approx Cactus. HEX triplet: 5C, 6F and 52. RGB value is (92,111,82). Sum of RGB (Red+Green+Blue) = 92+111+82=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 111 - color contains mainly: green. Hex color #5C6F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6F52 is #A390AD. Grayscale: #666666. Windows color (decimal): -10719406 or 5402460. OLE color: 5402460.

HSL color Cylindrical-coordinate representation of color #5C6F52: hue angle of 99.31º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C6F52 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB9211182-
CMYK0.1700.260.56
HSL99.31º15.03%37.84%-
HSV(B)99.31º26.13%43.53%-
XYZ11.6214.2510.12-
YUV102.01116.71120.86-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.28%
GREEN value IS 111 (43.75% from 255) = 38.95%
BLUE value IS 82 (32.42% from 255) = 28.77%
R=32.28%
G=38.95%
B=28.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92111820.1700.260.5699.3115.0337.84
Hex5C6F521101A3863f26
Octal13415712221032701431746
Binary1011100110111110100101000101101011100011000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,111,82); }

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

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

 a { background-color: rgb(92,111,82); }

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

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

 span { border-color: rgb(92,111,82); }

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