#53736F

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

Shades of William #53736F

Tints of William #53736F

Color information

#53736F (or 0x53736F) is unknown color: approx William. HEX triplet: 53, 73 and 6F. RGB value is (83,115,111). Sum of RGB (Red+Green+Blue) = 83+115+111=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 115 - color contains mainly: green. Hex color #53736F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53736F is #AC8C90. Grayscale: #686868. Windows color (decimal): -11308177 or 7304019. OLE color: 7304019.

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

Color convert

RGB83115111-
CMYK0.2800.030.55
HSL172.5º16.16%38.82%-
HSV(B)172.5º27.83%45.1%-
XYZ12.5715.2517.32-
YUV104.98131.4112.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.86%
GREEN value IS 115 (45.31% from 255) = 37.22%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=26.86%
G=37.22%
B=35.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831151110.2800.030.55172.516.1638.82
Hex53736F1C0337ac1027
Octal1231631573403672542047
Binary101001111100111101111111000111101111010110010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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