Html Css Color HEX #51716A William

📋 copy color: '#51716A'

red 81 ◦ green 113 ◦ blue 106

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

Shades of William #51716A

Tints of William #51716A

RGB

 RED value IS 81 (32.03% from 255) = 27%

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

 BLUE value IS 106 (41.8% from 255) = 35.33%

R = 27%
G = 37.67%
B = 35.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#51716A (or 0x51716A) is known color: William. HEX triplet: 51, 71 and 6A. RGB value is (81,113,106). Sum of RGB (Red+Green+Blue) = 81+113+106=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 113 - color contains mainly: green. Hex color #51716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51716A is #AE8E95. Grayscale: #666666. Windows color (decimal): -11439766 or 6975825. OLE color: 6975825.

HSL color Cylindrical-coordinate representation of color #51716A: hue angle of 166.88º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #51716A is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 113 106 -
CMYK 0.28 0 0.06 0.56
HSL 166.88º 0.16% 0.38% -
HSV(B) 166.88º 0.28% 0.44% -
XYZ 11.9 14.6 15.83 -
YUV 102.63 129.9 112.57 -
System Red Green Blue C M Y K H S L
Decimal 81 113 106 0.28 0 0.06 0.56 166.88 0.16 0.38
Hex 51 71 6A 1C 0 6 38 A7 10 26
Octal 121 161 152 34 0 6 70 247 20 46
Binary 1010001 1110001 1101010 11100 0 110 111000 10100111 10000 100110

Color Harmonies of #51716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51716A

Black with #51716A

Text Example


Text Example

White with #51716A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51716A; }

 p { color: rgb(81,113,106); }

 H1.HeaderClassName
 {
   color: #51716A;
 }
 .AnyTagClassName
 {
   color: #51716A;
 }
</style>

background-color css

<style>
 a { background-color: #51716A; }

 a { background-color: rgb(81,113,106); }

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

border-color css

<style>
 span { border-color: #51716A; }

 span { border-color: rgb(81,113,106); }

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