Html Css Color HEX #53716F William

📋 copy color: '#53716F'

red 83 ◦ green 113 ◦ blue 111

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

Shades of William #53716F

Tints of William #53716F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.16%

R = 27.04%
G = 36.81%
B = 36.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#53716F (or 0x53716F) is known color: William. HEX triplet: 53, 71 and 6F. RGB value is (83,113,111). Sum of RGB (Red+Green+Blue) = 83+113+111=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 113 - color contains mainly: green. Hex color #53716F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53716F is #AC8E90. Grayscale: #676767. Windows color (decimal): -11308689 or 7303507. OLE color: 7303507.

HSL color Cylindrical-coordinate representation of color #53716F: hue angle of 176º 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 #53716F is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 113 111 -
CMYK 0.27 0 0.02 0.56
HSL 176º 0.15% 0.38% -
HSV(B) 176º 0.27% 0.44% -
XYZ 12.34 14.8 17.24 -
YUV 103.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 83 113 111 0.27 0 0.02 0.56 176 0.15 0.38
Hex 53 71 6F 1B 0 2 38 B0 F 26
Octal 123 161 157 33 0 2 70 260 17 46
Binary 1010011 1110001 1101111 11011 0 10 111000 10110000 1111 100110

Color Harmonies of #53716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53716F

Black with #53716F

Text Example


Text Example

White with #53716F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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