#536F52

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

Shades of Cactus #536F52

Tints of Cactus #536F52

Color information

#536F52 (or 0x536F52) is unknown color: approx Cactus. HEX triplet: 53, 6F and 52. RGB value is (83,111,82). Sum of RGB (Red+Green+Blue) = 83+111+82=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 111 - color contains mainly: green. Hex color #536F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536F52 is #AC90AD. Grayscale: #636363. Windows color (decimal): -11309230 or 5402451. OLE color: 5402451.

HSL color Cylindrical-coordinate representation of color #536F52: hue angle of 117.93º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #536F52 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB8311182-
CMYK0.2500.260.56
HSL117.93º15.03%37.84%-
HSV(B)117.93º26.13%43.53%-
XYZ10.7713.8210.08-
YUV99.32118.22116.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.07%
GREEN value IS 111 (43.75% from 255) = 40.22%
BLUE value IS 82 (32.42% from 255) = 29.71%
R=30.07%
G=40.22%
B=29.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83111820.2500.260.56117.9315.0337.84
Hex536F521901A3876f26
Octal12315712231032701661746
Binary1010011110111110100101100101101011100011101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536F52; }

 p { color: rgb(83,111,82); }

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

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

 a { background-color: rgb(83,111,82); }

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

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

 span { border-color: rgb(83,111,82); }

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