#53835C

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

Shades of Como #53835C

Tints of Como #53835C

Color information

#53835C (or 0x53835C) is unknown color: approx Como. HEX triplet: 53, 83 and 5C. RGB value is (83,131,92). Sum of RGB (Red+Green+Blue) = 83+131+92=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #53835C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53835C is #AC7CA3. Grayscale: #707070. Windows color (decimal): -11304100 or 6062931. OLE color: 6062931.

HSL color Cylindrical-coordinate representation of color #53835C: hue angle of 131.25º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #53835C is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB8313192-
CMYK0.3700.300.49
HSL131.25º22.43%41.96%-
HSV(B)131.25º36.64%51.37%-
XYZ13.6218.8413.04-
YUV112.2116.6107.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.12%
GREEN value IS 131 (51.56% from 255) = 42.81%
BLUE value IS 92 (36.33% from 255) = 30.07%
R=27.12%
G=42.81%
B=30.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83131920.3700.300.49131.2522.4341.96
Hex53835C2501E3183162a
Octal12320313445036612032652
Binary10100111000001110111001001010111101100011000001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53835C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53835C; }

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

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

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

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

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

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

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

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