#53706D

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

Shades of William #53706D

Tints of William #53706D

Color information

#53706D (or 0x53706D) is unknown color: approx William. HEX triplet: 53, 70 and 6D. RGB value is (83,112,109). Sum of RGB (Red+Green+Blue) = 83+112+109=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 112 - color contains mainly: green. Hex color #53706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53706D is #AC8F92. Grayscale: #666666. Windows color (decimal): -11308947 or 7172179. OLE color: 7172179.

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

Color convert

RGB83112109-
CMYK0.2600.030.56
HSL173.79º14.87%38.24%-
HSV(B)173.79º25.89%43.92%-
XYZ12.1214.5316.63-
YUV102.99131.39113.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.30%
GREEN value IS 112 (44.14% from 255) = 36.84%
BLUE value IS 109 (42.97% from 255) = 35.86%
R=27.30%
G=36.84%
B=35.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal831121090.2600.030.56173.7914.8738.24
Hex53706D1A0338aef26
Octal1231601553203702561746
Binary10100111110000110110111010011111000101011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53706D; }

 p { color: rgb(83,112,109); }

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

<style>
 a { background-color: #53706D; }

 a { background-color: rgb(83,112,109); }

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

<style>
 span { border-color: #53706D; }

 span { border-color: rgb(83,112,109); }

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