Html Css Color HEX #55716A William

📋 copy color: '#55716A'

red 85 ◦ green 113 ◦ blue 106

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

Shades of William #55716A

Tints of William #55716A

RGB

 RED value IS 85 (33.59% from 255) = 27.96%

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

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

R = 27.96%
G = 37.17%
B = 34.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#55716A (or 0x55716A) is known color: William. HEX triplet: 55, 71 and 6A. RGB value is (85,113,106). Sum of RGB (Red+Green+Blue) = 85+113+106=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 113 - color contains mainly: green. Hex color #55716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55716A is #AA8E95. Grayscale: #676767. Windows color (decimal): -11177622 or 6975829. OLE color: 6975829.

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

Color convert

RGB 85 113 106 -
CMYK 0.25 0 0.06 0.56
HSL 165º 0.14% 0.39% -
HSV(B) 165º 0.25% 0.44% -
XYZ 12.25 14.78 15.84 -
YUV 103.83 129.22 114.57 -
System Red Green Blue C M Y K H S L
Decimal 85 113 106 0.25 0 0.06 0.56 165 0.14 0.39
Hex 55 71 6A 19 0 6 38 A5 E 27
Octal 125 161 152 31 0 6 70 245 16 47
Binary 1010101 1110001 1101010 11001 0 110 111000 10100101 1110 100111

Color Harmonies of #55716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55716A

Black with #55716A

Text Example


Text Example

White with #55716A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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