#53736B

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

Shades of William #53736B

Tints of William #53736B

Color information

#53736B (or 0x53736B) is unknown color: approx William. HEX triplet: 53, 73 and 6B. RGB value is (83,115,107). Sum of RGB (Red+Green+Blue) = 83+115+107=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 115 - color contains mainly: green. Hex color #53736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53736B is #AC8C94. Grayscale: #686868. Windows color (decimal): -11308181 or 7041875. OLE color: 7041875.

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

Color convert

RGB83115107-
CMYK0.2800.070.55
HSL165º16.16%38.82%-
HSV(B)165º27.83%45.1%-
XYZ12.3515.1616.19-
YUV104.52129.4112.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.21%
GREEN value IS 115 (45.31% from 255) = 37.70%
BLUE value IS 107 (42.19% from 255) = 35.08%
R=27.21%
G=37.70%
B=35.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831151070.2800.070.5516516.1638.82
Hex53736B1C0737a51027
Octal1231631533407672452047
Binary1010011111001111010111110001111101111010010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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