#537365

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

Shades of Como #537365

Tints of Como #537365

Color information

#537365 (or 0x537365) is unknown color: approx Como. HEX triplet: 53, 73 and 65. RGB value is (83,115,101). Sum of RGB (Red+Green+Blue) = 83+115+101=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 115 - color contains mainly: green. Hex color #537365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537365 is #AC8C9A. Grayscale: #676767. Windows color (decimal): -11308187 or 6648659. OLE color: 6648659.

HSL color Cylindrical-coordinate representation of color #537365: hue angle of 153.75º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #537365 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB83115101-
CMYK0.2800.120.55
HSL153.75º16.16%38.82%-
HSV(B)153.75º27.83%45.1%-
XYZ12.0515.0414.58-
YUV103.84126.4113.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.76%
GREEN value IS 115 (45.31% from 255) = 38.46%
BLUE value IS 101 (39.84% from 255) = 33.78%
R=27.76%
G=38.46%
B=33.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831151010.2800.120.55153.7516.1638.82
Hex5373651C0C379a1027
Octal12316314534014672322047
Binary10100111110011110010111100011001101111001101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537365; }

 p { color: rgb(83,115,101); }

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

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

 a { background-color: rgb(83,115,101); }

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

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

 span { border-color: rgb(83,115,101); }

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