#597055

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

Shades of Cactus #597055

Tints of Cactus #597055

Color information

#597055 (or 0x597055) is unknown color: approx Cactus. HEX triplet: 59, 70 and 55. RGB value is (89,112,85). Sum of RGB (Red+Green+Blue) = 89+112+85=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #597055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597055 is #A68FAA. Grayscale: #666666. Windows color (decimal): -10915755 or 5599321. OLE color: 5599321.

HSL color Cylindrical-coordinate representation of color #597055: hue angle of 111.11º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #597055 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB8911285-
CMYK0.2100.240.56
HSL111.11º13.71%38.63%-
HSV(B)111.11º24.11%43.92%-
XYZ11.5514.3710.76-
YUV102.04118.38118.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.12%
GREEN value IS 112 (44.14% from 255) = 39.16%
BLUE value IS 85 (33.59% from 255) = 29.72%
R=31.12%
G=39.16%
B=29.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89112850.2100.240.56111.1113.7138.63
Hex59705515018386fe27
Octal13116012525030701571647
Binary1011001111000010101011010101100011100011011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597055; }

 p { color: rgb(89,112,85); }

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

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

 a { background-color: rgb(89,112,85); }

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

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

 span { border-color: rgb(89,112,85); }

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