Html Css Color HEX #55746D William

📋 copy color: '#55746D'

red 85 ◦ green 116 ◦ blue 109

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

Shades of William #55746D

Tints of William #55746D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.42%

 BLUE value IS 109 (42.97% from 255) = 35.16%

R = 27.42%
G = 37.42%
B = 35.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#55746D (or 0x55746D) is known color: William. HEX triplet: 55, 74 and 6D. RGB value is (85,116,109). Sum of RGB (Red+Green+Blue) = 85+116+109=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 116 - color contains mainly: green. Hex color #55746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55746D is #AA8B92. Grayscale: #696969. Windows color (decimal): -11176851 or 7173205. OLE color: 7173205.

HSL color Cylindrical-coordinate representation of color #55746D: hue angle of 166.45º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55746D is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 116 109 -
CMYK 0.27 0 0.06 0.55
HSL 166.45º 0.15% 0.39% -
HSV(B) 166.45º 0.27% 0.45% -
XYZ 12.75 15.53 16.79 -
YUV 105.93 129.73 113.07 -
System Red Green Blue C M Y K H S L
Decimal 85 116 109 0.27 0 0.06 0.55 166.45 0.15 0.39
Hex 55 74 6D 1B 0 6 37 A6 F 27
Octal 125 164 155 33 0 6 67 246 17 47
Binary 1010101 1110100 1101101 11011 0 110 110111 10100110 1111 100111

Color Harmonies of #55746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55746D

Black with #55746D

Text Example


Text Example

White with #55746D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55746D; }

 p { color: rgb(85,116,109); }

 H1.HeaderClassName
 {
   color: #55746D;
 }
 .AnyTagClassName
 {
   color: #55746D;
 }
</style>

background-color css

<style>
 a { background-color: #55746D; }

 a { background-color: rgb(85,116,109); }

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

border-color css

<style>
 span { border-color: #55746D; }

 span { border-color: rgb(85,116,109); }

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