Html Css Color HEX #53716C William

📋 copy color: '#53716C'

red 83 ◦ green 113 ◦ blue 108

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

Shades of William #53716C

Tints of William #53716C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.53%

R = 27.3%
G = 37.17%
B = 35.53%

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

#53716C (or 0x53716C) is known color: William. HEX triplet: 53, 71 and 6C. RGB value is (83,113,108). Sum of RGB (Red+Green+Blue) = 83+113+108=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 113 - color contains mainly: green. Hex color #53716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53716C is #AC8E93. Grayscale: #676767. Windows color (decimal): -11308692 or 7106899. OLE color: 7106899.

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

Color convert

RGB 83 113 108 -
CMYK 0.27 0 0.04 0.56
HSL 170º 0.15% 0.38% -
HSV(B) 170º 0.27% 0.44% -
XYZ 12.18 14.73 16.39 -
YUV 103.46 130.56 113.41 -
System Red Green Blue C M Y K H S L
Decimal 83 113 108 0.27 0 0.04 0.56 170 0.15 0.38
Hex 53 71 6C 1B 0 4 38 AA F 26
Octal 123 161 154 33 0 4 70 252 17 46
Binary 1010011 1110001 1101100 11011 0 100 111000 10101010 1111 100110

Color Harmonies of #53716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53716C

Black with #53716C

Text Example


Text Example

White with #53716C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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