#53735D

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

Shades of Como #53735D

Tints of Como #53735D

Color information

#53735D (or 0x53735D) is unknown color: approx Como. HEX triplet: 53, 73 and 5D. RGB value is (83,115,93). Sum of RGB (Red+Green+Blue) = 83+115+93=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 115 - color contains mainly: green. Hex color #53735D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53735D is #AC8CA2. Grayscale: #666666. Windows color (decimal): -11308195 or 6124371. OLE color: 6124371.

HSL color Cylindrical-coordinate representation of color #53735D: hue angle of 138.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 #53735D is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB8311593-
CMYK0.2800.190.55
HSL138.75º16.16%38.82%-
HSV(B)138.75º27.83%45.1%-
XYZ11.6714.8912.61-
YUV102.92122.4113.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.52%
GREEN value IS 115 (45.31% from 255) = 39.52%
BLUE value IS 93 (36.72% from 255) = 31.96%
R=28.52%
G=39.52%
B=31.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83115930.2800.190.55138.7516.1638.82
Hex53735D1C013378b1027
Octal12316313534023672132047
Binary101001111100111011101111000100111101111000101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53735D; }

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

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

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

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

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

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

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

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