#53736E

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

Shades of William #53736E

Tints of William #53736E

Color information

#53736E (or 0x53736E) is unknown color: approx William. HEX triplet: 53, 73 and 6E. RGB value is (83,115,110). Sum of RGB (Red+Green+Blue) = 83+115+110=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 115 - color contains mainly: green. Hex color #53736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53736E is #AC8C91. Grayscale: #686868. Windows color (decimal): -11308178 or 7238483. OLE color: 7238483.

HSL color Cylindrical-coordinate representation of color #53736E: hue angle of 170.62º 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 #53736E is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB83115110-
CMYK0.2800.040.55
HSL170.62º16.16%38.82%-
HSV(B)170.62º27.83%45.1%-
XYZ12.5115.2317.03-
YUV104.86130.9112.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.95%
GREEN value IS 115 (45.31% from 255) = 37.34%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=26.95%
G=37.34%
B=35.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831151100.2800.040.55170.6216.1638.82
Hex53736E1C0437ab1027
Octal1231631563404672532047
Binary1010011111001111011101110001001101111010101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53736E; }

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

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

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

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

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

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

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

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