Html Css Color HEX #55716F William

📋 copy color: '#55716F'

red 85 ◦ green 113 ◦ blue 111

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

Shades of William #55716F

Tints of William #55716F

RGB

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

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

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

R = 27.51%
G = 36.57%
B = 35.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#55716F (or 0x55716F) is known color: William. HEX triplet: 55, 71 and 6F. RGB value is (85,113,111). Sum of RGB (Red+Green+Blue) = 85+113+111=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 113 - color contains mainly: green. Hex color #55716F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55716F is #AA8E90. Grayscale: #686868. Windows color (decimal): -11177617 or 7303509. OLE color: 7303509.

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

Color convert

RGB 85 113 111 -
CMYK 0.25 0 0.02 0.56
HSL 175.71º 0.14% 0.39% -
HSV(B) 175.71º 0.25% 0.44% -
XYZ 12.52 14.89 17.25 -
YUV 104.4 131.72 114.16 -
System Red Green Blue C M Y K H S L
Decimal 85 113 111 0.25 0 0.02 0.56 175.71 0.14 0.39
Hex 55 71 6F 19 0 2 38 B0 E 27
Octal 125 161 157 31 0 2 70 260 16 47
Binary 1010101 1110001 1101111 11001 0 10 111000 10110000 1110 100111

Color Harmonies of #55716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55716F

Black with #55716F

Text Example


Text Example

White with #55716F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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