#5C675B

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

Shades of Cactus #5C675B

Tints of Cactus #5C675B

Color information

#5C675B (or 0x5C675B) is unknown color: approx Cactus. HEX triplet: 5C, 67 and 5B. RGB value is (92,103,91). Sum of RGB (Red+Green+Blue) = 92+103+91=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 103 - color contains mainly: green. Hex color #5C675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C675B is #A398A4. Grayscale: #626262. Windows color (decimal): -10721445 or 5990236. OLE color: 5990236.

HSL color Cylindrical-coordinate representation of color #5C675B: hue angle of 115º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5C675B is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB9210391-
CMYK0.1100.120.60
HSL115º6.19%38.04%-
HSV(B)115º11.65%40.39%-
XYZ11.1512.7311.77-
YUV98.34123.86123.48-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.17%
GREEN value IS 103 (40.62% from 255) = 36.01%
BLUE value IS 91 (35.94% from 255) = 31.82%
R=32.17%
G=36.01%
B=31.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal92103910.1100.120.601156.1938.04
Hex5C675BB0C3C73626
Octal1341471331301474163646
Binary1011100110011110110111011011001111001110011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,103,91); }

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

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

 a { background-color: rgb(92,103,91); }

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

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

 span { border-color: rgb(92,103,91); }

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