#537551

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

Shades of Cactus #537551

Tints of Cactus #537551

Color information

#537551 (or 0x537551) is unknown color: approx Cactus. HEX triplet: 53, 75 and 51. RGB value is (83,117,81). Sum of RGB (Red+Green+Blue) = 83+117+81=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 117 - color contains mainly: green. Hex color #537551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537551 is #AC8AAE. Grayscale: #666666. Windows color (decimal): -11307695 or 5338451. OLE color: 5338451.

HSL color Cylindrical-coordinate representation of color #537551: hue angle of 116.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #537551 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB8311781-
CMYK0.2900.310.54
HSL116.67º18.18%38.82%-
HSV(B)116.67º30.77%45.88%-
XYZ11.4115.1610.11-
YUV102.73115.74113.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.54%
GREEN value IS 117 (46.09% from 255) = 41.64%
BLUE value IS 81 (32.03% from 255) = 28.83%
R=29.54%
G=41.64%
B=28.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83117810.2900.310.54116.6718.1838.82
Hex5375511D01F36751227
Octal12316512135037661652247
Binary10100111110101101000111101011111110110111010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537551; }

 p { color: rgb(83,117,81); }

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

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

 a { background-color: rgb(83,117,81); }

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

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

 span { border-color: rgb(83,117,81); }

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