#5C6258

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

Shades of Cactus #5C6258

Tints of Cactus #5C6258

Color information

#5C6258 (or 0x5C6258) is unknown color: approx Cactus. HEX triplet: 5C, 62 and 58. RGB value is (92,98,88). Sum of RGB (Red+Green+Blue) = 92+98+88=278 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.09% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 98 - color contains mainly: green. Hex color #5C6258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6258 is #A39DA7. Grayscale: #5F5F5F. Windows color (decimal): -10722728 or 5792348. OLE color: 5792348.

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

Color convert

RGB929888-
CMYK0.0600.100.62
HSL96º5.38%36.47%-
HSV(B)96º10.2%38.43%-
XYZ10.5411.7210.94-
YUV95.07124.01125.81-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.09%
GREEN value IS 98 (38.67% from 255) = 35.25%
BLUE value IS 88 (34.77% from 255) = 31.65%
R=33.09%
G=35.25%
B=31.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9298880.0600.100.62965.3836.47
Hex5C625860A3E60524
Octal134142130601276140544
Binary101110011000101011000110010101111101100000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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