Html Css Color HEX #55756D William

📋 copy color: '#55756D'

red 85 ◦ green 117 ◦ blue 109

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

Shades of William #55756D

Tints of William #55756D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.62%

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

R = 27.33%
G = 37.62%
B = 35.05%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#55756D (or 0x55756D) is known color: William. HEX triplet: 55, 75 and 6D. RGB value is (85,117,109). Sum of RGB (Red+Green+Blue) = 85+117+109=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 117 - color contains mainly: green. Hex color #55756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55756D is #AA8A92. Grayscale: #6A6A6A. Windows color (decimal): -11176595 or 7173461. OLE color: 7173461.

HSL color Cylindrical-coordinate representation of color #55756D: hue angle of 165º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55756D is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 117 109 -
CMYK 0.27 0 0.07 0.54
HSL 165º 0.16% 0.4% -
HSV(B) 165º 0.27% 0.46% -
XYZ 12.87 15.76 16.83 -
YUV 106.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 85 117 109 0.27 0 0.07 0.54 165 0.16 0.4
Hex 55 75 6D 1B 0 7 36 A5 10 28
Octal 125 165 155 33 0 7 66 245 20 50
Binary 1010101 1110101 1101101 11011 0 111 110110 10100101 10000 101000

Color Harmonies of #55756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55756D

Black with #55756D

Text Example


Text Example

White with #55756D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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