#5C6158

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

Shades of Cactus #5C6158

Tints of Cactus #5C6158

Color information

#5C6158 (or 0x5C6158) is unknown color: approx Cactus. HEX triplet: 5C, 61 and 58. RGB value is (92,97,88). Sum of RGB (Red+Green+Blue) = 92+97+88=277 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.21% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 97 - color contains mainly: green. Hex color #5C6158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6158 is #A39EA7. Grayscale: #5E5E5E. Windows color (decimal): -10722984 or 5792092. OLE color: 5792092.

HSL color Cylindrical-coordinate representation of color #5C6158: hue angle of 93.33º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5C6158 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB929788-
CMYK0.0500.090.62
HSL93.33º4.86%36.27%-
HSV(B)93.33º9.28%38.04%-
XYZ10.4511.5310.91-
YUV94.48124.34126.23-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.21%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 88 (34.77% from 255) = 31.77%
R=33.21%
G=35.02%
B=31.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9297880.0500.090.6293.334.8636.27
Hex5C61585093E5d524
Octal134141130501176135544
Binary101110011000011011000101010011111101011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,97,88); }

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

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

 a { background-color: rgb(92,97,88); }

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

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

 span { border-color: rgb(92,97,88); }

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