#53766F

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

Shades of William #53766F

Tints of William #53766F

Color information

#53766F (or 0x53766F) is unknown color: approx William. HEX triplet: 53, 76 and 6F. RGB value is (83,118,111). Sum of RGB (Red+Green+Blue) = 83+118+111=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 118 - color contains mainly: green. Hex color #53766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53766F is #AC8990. Grayscale: #6A6A6A. Windows color (decimal): -11307409 or 7304787. OLE color: 7304787.

HSL color Cylindrical-coordinate representation of color #53766F: hue angle of 168º 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 #53766F is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB83118111-
CMYK0.3000.060.54
HSL168º17.41%39.41%-
HSV(B)168º29.66%46.27%-
XYZ12.9115.9417.44-
YUV106.74130.4111.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.60%
GREEN value IS 118 (46.48% from 255) = 37.82%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=26.60%
G=37.82%
B=35.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal831181110.3000.060.5416817.4139.41
Hex53766F1E0636a81127
Octal1231661573606662502147
Binary1010011111011011011111111001101101101010100010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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