#5C6159

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

Shades of Cactus #5C6159

Tints of Cactus #5C6159

Color information

#5C6159 (or 0x5C6159) is unknown color: approx Cactus. HEX triplet: 5C, 61 and 59. RGB value is (92,97,89). Sum of RGB (Red+Green+Blue) = 92+97+89=278 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.09% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 97 - color contains mainly: green. Hex color #5C6159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6159 is #A39EA6. Grayscale: #5E5E5E. Windows color (decimal): -10722983 or 5857628. OLE color: 5857628.

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

Color convert

RGB929789-
CMYK0.0500.080.62
HSL97.5º4.3%36.47%-
HSV(B)97.5º8.25%38.04%-
XYZ10.4911.5511.13-
YUV94.59124.84126.15-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.09%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 89 (35.16% from 255) = 32.01%
R=33.09%
G=34.89%
B=32.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9297890.0500.080.6297.54.336.47
Hex5C61595083E61424
Octal134141131501076141444
Binary101110011000011011001101010001111101100001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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