#5C615A

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

Shades of Cactus #5C615A

Tints of Cactus #5C615A

Color information

#5C615A (or 0x5C615A) is unknown color: approx Cactus. HEX triplet: 5C, 61 and 5A. RGB value is (92,97,90). Sum of RGB (Red+Green+Blue) = 92+97+90=279 (36% of max value = 765). Red value is 92 (36.33% from 255 or 32.97% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 97 - color contains mainly: green. Hex color #5C615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C615A is #A39EA5. Grayscale: #5E5E5E. Windows color (decimal): -10722982 or 5923164. OLE color: 5923164.

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

Color convert

RGB929790-
CMYK0.0500.070.62
HSL102.86º3.74%36.67%-
HSV(B)102.86º7.22%38.04%-
XYZ10.5311.5611.35-
YUV94.71125.34126.07-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.97%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=32.97%
G=34.77%
B=32.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9297900.0500.070.62102.863.7436.67
Hex5C615A5073E67425
Octal13414113250776147445
Binary10111001100001101101010101111111101100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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