Html Css Color HEX #53716D William

📋 copy color: '#53716D'

red 83 ◦ green 113 ◦ blue 109

#53716D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of William #53716D

Tints of William #53716D

RGB

 RED value IS 83 (32.81% from 255) = 27.21%

 GREEN value IS 113 (44.53% from 255) = 37.05%

 BLUE value IS 109 (42.97% from 255) = 35.74%

R = 27.21%
G = 37.05%
B = 35.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#53716D (or 0x53716D) is known color: William. HEX triplet: 53, 71 and 6D. RGB value is (83,113,109). Sum of RGB (Red+Green+Blue) = 83+113+109=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 113 - color contains mainly: green. Hex color #53716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53716D is #AC8E92. Grayscale: #676767. Windows color (decimal): -11308691 or 7172435. OLE color: 7172435.

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

Color convert

RGB 83 113 109 -
CMYK 0.27 0 0.04 0.56
HSL 172º 0.15% 0.38% -
HSV(B) 172º 0.27% 0.44% -
XYZ 12.23 14.75 16.67 -
YUV 103.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 83 113 109 0.27 0 0.04 0.56 172 0.15 0.38
Hex 53 71 6D 1B 0 4 38 AC F 26
Octal 123 161 155 33 0 4 70 254 17 46
Binary 1010011 1110001 1101101 11011 0 100 111000 10101100 1111 100110

Color Harmonies of #53716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53716D

Black with #53716D

Text Example


Text Example

White with #53716D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53716D;
 }
 .AnyTagClassName
 {
   color: #53716D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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