#53716A

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

Shades of William #53716A

Tints of William #53716A

Color information

#53716A (or 0x53716A) is unknown color: approx William. HEX triplet: 53, 71 and 6A. RGB value is (83,113,106). Sum of RGB (Red+Green+Blue) = 83+113+106=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 113 - color contains mainly: green. Hex color #53716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53716A is #AC8E95. Grayscale: #676767. Windows color (decimal): -11308694 or 6975827. OLE color: 6975827.

HSL color Cylindrical-coordinate representation of color #53716A: hue angle of 166º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #53716A is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB83113106-
CMYK0.2700.060.56
HSL166º15.31%38.43%-
HSV(B)166º26.55%44.31%-
XYZ12.0714.6915.83-
YUV103.23129.56113.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.48%
GREEN value IS 113 (44.53% from 255) = 37.42%
BLUE value IS 106 (41.80% from 255) = 35.10%
R=27.48%
G=37.42%
B=35.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal831131060.2700.060.5616615.3138.43
Hex53716A1B0638a6f26
Octal1231611523306702461746
Binary101001111100011101010110110110111000101001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,113,106); }

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

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

 a { background-color: rgb(83,113,106); }

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

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

 span { border-color: rgb(83,113,106); }

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