#5C6357

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

Shades of Cactus #5C6357

Tints of Cactus #5C6357

Color information

#5C6357 (or 0x5C6357) is unknown color: approx Cactus. HEX triplet: 5C, 63 and 57. RGB value is (92,99,87). Sum of RGB (Red+Green+Blue) = 92+99+87=278 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.09% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 99 - color contains mainly: green. Hex color #5C6357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6357 is #A39CA8. Grayscale: #5F5F5F. Windows color (decimal): -10722473 or 5727068. OLE color: 5727068.

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

Color convert

RGB929987-
CMYK0.0700.120.61
HSL95º6.45%36.47%-
HSV(B)95º12.12%38.82%-
XYZ10.611.8910.75-
YUV95.54123.18125.48-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.09%
GREEN value IS 99 (39.06% from 255) = 35.61%
BLUE value IS 87 (34.38% from 255) = 31.29%
R=33.09%
G=35.61%
B=31.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9299870.0700.120.61956.4536.47
Hex5C635770C3D5f624
Octal134143127701475137644
Binary101110011000111010111111011001111011011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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