Html Css Color HEX #556561 William

📋 copy color: '#556561'

red 85 ◦ green 101 ◦ blue 97

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

Shades of William #556561

Tints of William #556561

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.69%

 BLUE value IS 97 (38.28% from 255) = 34.28%

R = 30.04%
G = 35.69%
B = 34.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#556561 (or 0x556561) is known color: William. HEX triplet: 55, 65 and 61. RGB value is (85,101,97). Sum of RGB (Red+Green+Blue) = 85+101+97=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 101 - color contains mainly: green. Hex color #556561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556561 is #AA9A9E. Grayscale: #5F5F5F. Windows color (decimal): -11180703 or 6382933. OLE color: 6382933.

HSL color Cylindrical-coordinate representation of color #556561: hue angle of 165º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #556561 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 101 97 -
CMYK 0.16 0 0.04 0.60
HSL 165º 0.09% 0.36% -
HSV(B) 165º 0.16% 0.4% -
XYZ 10.56 12.1 13.09 -
YUV 95.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 85 101 97 0.16 0 0.04 0.60 165 0.09 0.36
Hex 55 65 61 10 0 4 3C A5 9 24
Octal 125 145 141 20 0 4 74 245 11 44
Binary 1010101 1100101 1100001 10000 0 100 111100 10100101 1001 100100

Color Harmonies of #556561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556561

Black with #556561

Text Example


Text Example

White with #556561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556561; }

 p { color: rgb(85,101,97); }

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

background-color css

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

 a { background-color: rgb(85,101,97); }

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

border-color css

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

 span { border-color: rgb(85,101,97); }

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