#53725A

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

Shades of Como #53725A

Tints of Como #53725A

Color information

#53725A (or 0x53725A) is unknown color: approx Como. HEX triplet: 53, 72 and 5A. RGB value is (83,114,90). Sum of RGB (Red+Green+Blue) = 83+114+90=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 114 - color contains mainly: green. Hex color #53725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53725A is #AC8DA5. Grayscale: #666666. Windows color (decimal): -11308454 or 5927507. OLE color: 5927507.

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

Color convert

RGB8311490-
CMYK0.2700.210.55
HSL133.55º15.74%38.63%-
HSV(B)133.55º27.19%44.71%-
XYZ11.4314.6111.89-
YUV101.99121.23114.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.92%
GREEN value IS 114 (44.92% from 255) = 39.72%
BLUE value IS 90 (35.55% from 255) = 31.36%
R=28.92%
G=39.72%
B=31.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83114900.2700.210.55133.5515.7438.63
Hex53725A1B01537861027
Octal12316213233025672062047
Binary101001111100101011010110110101011101111000011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53725A; }

 p { color: rgb(83,114,90); }

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

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

 a { background-color: rgb(83,114,90); }

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

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

 span { border-color: rgb(83,114,90); }

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