#53706C

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

Shades of William #53706C

Tints of William #53706C

Color information

#53706C (or 0x53706C) is unknown color: approx William. HEX triplet: 53, 70 and 6C. RGB value is (83,112,108). Sum of RGB (Red+Green+Blue) = 83+112+108=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 112 - color contains mainly: green. Hex color #53706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53706C is #AC8F93. Grayscale: #666666. Windows color (decimal): -11308948 or 7106643. OLE color: 7106643.

HSL color Cylindrical-coordinate representation of color #53706C: hue angle of 171.72º 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 #53706C is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB83112108-
CMYK0.2600.040.56
HSL171.72º14.87%38.24%-
HSV(B)171.72º25.89%43.92%-
XYZ12.0714.5116.35-
YUV102.87130.89113.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.39%
GREEN value IS 112 (44.14% from 255) = 36.96%
BLUE value IS 108 (42.58% from 255) = 35.64%
R=27.39%
G=36.96%
B=35.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal831121080.2600.040.56171.7214.8738.24
Hex53706C1A0438acf26
Octal1231601543204702541746
Binary101001111100001101100110100100111000101011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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