#5D675B

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

Shades of Cactus #5D675B

Tints of Cactus #5D675B

Color information

#5D675B (or 0x5D675B) is unknown color: approx Cactus. HEX triplet: 5D, 67 and 5B. RGB value is (93,103,91). Sum of RGB (Red+Green+Blue) = 93+103+91=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 103 - color contains mainly: green. Hex color #5D675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D675B is #A298A4. Grayscale: #626262. Windows color (decimal): -10655909 or 5990237. OLE color: 5990237.

HSL color Cylindrical-coordinate representation of color #5D675B: hue angle of 110º 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 #5D675B is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB9310391-
CMYK0.1000.120.60
HSL110º6.19%38.04%-
HSV(B)110º11.65%40.39%-
XYZ11.2512.7811.77-
YUV98.64123.69123.98-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.40%
GREEN value IS 103 (40.62% from 255) = 35.89%
BLUE value IS 91 (35.94% from 255) = 31.71%
R=32.40%
G=35.89%
B=31.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal93103910.1000.120.601106.1938.04
Hex5D675BA0C3C6e626
Octal1351471331201474156646
Binary1011101110011110110111010011001111001101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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