#536E5D

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

Shades of Como #536E5D

Tints of Como #536E5D

Color information

#536E5D (or 0x536E5D) is unknown color: approx Como. HEX triplet: 53, 6E and 5D. RGB value is (83,110,93). Sum of RGB (Red+Green+Blue) = 83+110+93=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 110 - color contains mainly: green. Hex color #536E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536E5D is #AC91A2. Grayscale: #646464. Windows color (decimal): -11309475 or 6123091. OLE color: 6123091.

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

Color convert

RGB8311093-
CMYK0.2500.150.57
HSL142.22º13.99%37.84%-
HSV(B)142.22º24.55%43.14%-
XYZ11.1213.7812.43-
YUV99.99124.05115.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.02%
GREEN value IS 110 (43.36% from 255) = 38.46%
BLUE value IS 93 (36.72% from 255) = 32.52%
R=29.02%
G=38.46%
B=32.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83110930.2500.150.57142.2213.9937.84
Hex536E5D190F398ee26
Octal12315613531017712161646
Binary1010011110111010111011100101111111001100011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,110,93); }

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

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

 a { background-color: rgb(83,110,93); }

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

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

 span { border-color: rgb(83,110,93); }

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