Html Css Color HEX #55716B William

📋 copy color: '#55716B'

red 85 ◦ green 113 ◦ blue 107

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

Shades of William #55716B

Tints of William #55716B

RGB

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

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

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

R = 27.87%
G = 37.05%
B = 35.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#55716B (or 0x55716B) is known color: William. HEX triplet: 55, 71 and 6B. RGB value is (85,113,107). Sum of RGB (Red+Green+Blue) = 85+113+107=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 113 - color contains mainly: green. Hex color #55716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55716B is #AA8E94. Grayscale: #676767. Windows color (decimal): -11177621 or 7041365. OLE color: 7041365.

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

Color convert

RGB 85 113 107 -
CMYK 0.25 0 0.05 0.56
HSL 167.14º 0.14% 0.39% -
HSV(B) 167.14º 0.25% 0.44% -
XYZ 12.31 14.8 16.12 -
YUV 103.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 85 113 107 0.25 0 0.05 0.56 167.14 0.14 0.39
Hex 55 71 6B 19 0 5 38 A7 E 27
Octal 125 161 153 31 0 5 70 247 16 47
Binary 1010101 1110001 1101011 11001 0 101 111000 10100111 1110 100111

Color Harmonies of #55716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55716B

Black with #55716B

Text Example


Text Example

White with #55716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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