#536D5C

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

Shades of Como #536D5C

Tints of Como #536D5C

Color information

#536D5C (or 0x536D5C) is unknown color: approx Como. HEX triplet: 53, 6D and 5C. RGB value is (83,109,92). Sum of RGB (Red+Green+Blue) = 83+109+92=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 109 - color contains mainly: green. Hex color #536D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536D5C is #AC92A3. Grayscale: #636363. Windows color (decimal): -11309732 or 6057299. OLE color: 6057299.

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

Color convert

RGB8310992-
CMYK0.2400.160.57
HSL140.77º13.54%37.65%-
HSV(B)140.77º23.85%42.75%-
XYZ10.9713.5512.16-
YUV99.29123.89116.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.23%
GREEN value IS 109 (42.97% from 255) = 38.38%
BLUE value IS 92 (36.33% from 255) = 32.39%
R=29.23%
G=38.38%
B=32.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83109920.2400.160.57140.7713.5437.65
Hex536D5C18010398de26
Octal12315513430020712151646
Binary10100111101101101110011000010000111001100011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,109,92); }

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

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

 a { background-color: rgb(83,109,92); }

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

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

 span { border-color: rgb(83,109,92); }

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