#53726E

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

Shades of William #53726E

Tints of William #53726E

Color information

#53726E (or 0x53726E) is unknown color: approx William. HEX triplet: 53, 72 and 6E. RGB value is (83,114,110). Sum of RGB (Red+Green+Blue) = 83+114+110=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 114 - color contains mainly: green. Hex color #53726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53726E is #AC8D91. Grayscale: #686868. Windows color (decimal): -11308434 or 7238227. OLE color: 7238227.

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

Color convert

RGB83114110-
CMYK0.2700.040.55
HSL172.26º15.74%38.63%-
HSV(B)172.26º27.19%44.71%-
XYZ12.41516.99-
YUV104.28131.23112.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.04%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 110 (43.36% from 255) = 35.83%
R=27.04%
G=37.13%
B=35.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831141100.2700.040.55172.2615.7438.63
Hex53726E1B0437ac1027
Octal1231621563304672542047
Binary1010011111001011011101101101001101111010110010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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