#536850

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

Shades of Cactus #536850

Tints of Cactus #536850

Color information

#536850 (or 0x536850) is unknown color: approx Cactus. HEX triplet: 53, 68 and 50. RGB value is (83,104,80). Sum of RGB (Red+Green+Blue) = 83+104+80=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 104 - color contains mainly: green. Hex color #536850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536850 is #AC97AF. Grayscale: #5F5F5F. Windows color (decimal): -11311024 or 5269587. OLE color: 5269587.

HSL color Cylindrical-coordinate representation of color #536850: hue angle of 112.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #536850 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB8310480-
CMYK0.2000.230.59
HSL112.5º13.04%36.08%-
HSV(B)112.5º23.08%40.78%-
XYZ9.9712.329.44-
YUV94.98119.54119.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.09%
GREEN value IS 104 (41.02% from 255) = 38.95%
BLUE value IS 80 (31.64% from 255) = 29.96%
R=31.09%
G=38.95%
B=29.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83104800.2000.230.59112.513.0436.08
Hex536850140173B70d24
Octal12315012024027731601544
Binary1010011110100010100001010001011111101111100001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536850; }

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

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

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

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

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

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

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

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