Html Css Color HEX #53716B William

📋 copy color: '#53716B'

red 83 ◦ green 113 ◦ blue 107

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

Shades of William #53716B

Tints of William #53716B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.31%

R = 27.39%
G = 37.29%
B = 35.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#53716B (or 0x53716B) is known color: William. HEX triplet: 53, 71 and 6B. RGB value is (83,113,107). Sum of RGB (Red+Green+Blue) = 83+113+107=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 113 - color contains mainly: green. Hex color #53716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53716B is #AC8E94. Grayscale: #676767. Windows color (decimal): -11308693 or 7041363. OLE color: 7041363.

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

Color convert

RGB 83 113 107 -
CMYK 0.27 0 0.05 0.56
HSL 168º 0.15% 0.38% -
HSV(B) 168º 0.27% 0.44% -
XYZ 12.13 14.71 16.11 -
YUV 103.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 83 113 107 0.27 0 0.05 0.56 168 0.15 0.38
Hex 53 71 6B 1B 0 5 38 A8 F 26
Octal 123 161 153 33 0 5 70 250 17 46
Binary 1010011 1110001 1101011 11011 0 101 111000 10101000 1111 100110

Color Harmonies of #53716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53716B

Black with #53716B

Text Example


Text Example

White with #53716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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