#536F50

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

Shades of Cactus #536F50

Tints of Cactus #536F50

Color information

#536F50 (or 0x536F50) is unknown color: approx Cactus. HEX triplet: 53, 6F and 50. RGB value is (83,111,80). Sum of RGB (Red+Green+Blue) = 83+111+80=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 111 - color contains mainly: green. Hex color #536F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536F50 is #AC90AF. Grayscale: #636363. Windows color (decimal): -11309232 or 5271379. OLE color: 5271379.

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

Color convert

RGB8311180-
CMYK0.2500.280.56
HSL114.19º16.23%37.45%-
HSV(B)114.19º27.93%43.53%-
XYZ10.713.799.69-
YUV99.09117.22116.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.29%
GREEN value IS 111 (43.75% from 255) = 40.51%
BLUE value IS 80 (31.64% from 255) = 29.20%
R=30.29%
G=40.51%
B=29.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83111800.2500.280.56114.1916.2337.45
Hex536F501901C38721025
Octal12315712031034701622045
Binary10100111101111101000011001011100111000111001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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