#53726C

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

Shades of William #53726C

Tints of William #53726C

Color information

#53726C (or 0x53726C) is unknown color: approx William. HEX triplet: 53, 72 and 6C. RGB value is (83,114,108). Sum of RGB (Red+Green+Blue) = 83+114+108=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 114 - color contains mainly: green. Hex color #53726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53726C is #AC8D93. Grayscale: #686868. Windows color (decimal): -11308436 or 7107155. OLE color: 7107155.

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

Color convert

RGB83114108-
CMYK0.2700.050.55
HSL168.39º15.74%38.63%-
HSV(B)168.39º27.19%44.71%-
XYZ12.2914.9616.43-
YUV104.05130.23112.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.21%
GREEN value IS 114 (44.92% from 255) = 37.38%
BLUE value IS 108 (42.58% from 255) = 35.41%
R=27.21%
G=37.38%
B=35.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831141080.2700.050.55168.3915.7438.63
Hex53726C1B0537a81027
Octal1231621543305672502047
Binary1010011111001011011001101101011101111010100010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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