#53766E

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

Shades of William #53766E

Tints of William #53766E

Color information

#53766E (or 0x53766E) is unknown color: approx William. HEX triplet: 53, 76 and 6E. RGB value is (83,118,110). Sum of RGB (Red+Green+Blue) = 83+118+110=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 118 - color contains mainly: green. Hex color #53766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53766E is #AC8991. Grayscale: #6A6A6A. Windows color (decimal): -11307410 or 7239251. OLE color: 7239251.

HSL color Cylindrical-coordinate representation of color #53766E: hue angle of 166.29º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #53766E is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB83118110-
CMYK0.3000.070.54
HSL166.29º17.41%39.41%-
HSV(B)166.29º29.66%46.27%-
XYZ12.8615.9217.15-
YUV106.62129.9111.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.69%
GREEN value IS 118 (46.48% from 255) = 37.94%
BLUE value IS 110 (43.36% from 255) = 35.37%
R=26.69%
G=37.94%
B=35.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal831181100.3000.070.54166.2917.4139.41
Hex53766E1E0736a61127
Octal1231661563607662462147
Binary1010011111011011011101111001111101101010011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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